#0D5093

Color #0D5093 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #0D5093

Tints of Dark Cerulean #0D5093

Color information

#0D5093 (or 0x0D5093) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 50 and 93. RGB value is (13,80,147). Sum of RGB (Red+Green+Blue) = 13+80+147=240 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.42% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 147 (57.81% from 255 or 61.25% from 240); Max value from RGB is 147 - color contains mainly: blue. Hex color #0D5093 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D5093 is #F2AF6C. Grayscale: #434343. Windows color (decimal): -15904621 or 9654285. OLE color: 9654285.

HSL color Cylindrical-coordinate representation of color #0D5093: hue angle of 210º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D5093 is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1380147-
CMYK0.910.4600.42
HSL210º83.75%31.37%-
HSV(B)210º91.16%57.65%-
XYZ8.37.9328.7-
YUV67.6172.889.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 13 (5.47% from 255) = 5.42%
GREEN value IS 80 (31.64% from 255) = 33.33%
BLUE value IS 147 (57.81% from 255) = 61.25%
R=5.42%
G=33.33%
B=61.25%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13801470.910.4600.4221083.7531.37
HexD50935B2E02Ad2541f
Octal151202231335605232212437
Binary11011010000100100111011011101110010101011010010101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D5093; }

 p { color: rgb(13,80,147); }

 H1.HeaderClassName
 {
   color: #0D5093;
 }
 .AnyTagClassName
 {
   color: #0D5093;
 }
</style>
background-color css

<style>
 a { background-color: #0D5093; }

 a { background-color: rgb(13,80,147); }

 div.DivClassName
 {
   background-color: #0D5093;
 }
 .BgClassName
 {
   background-color: #0D5093;
 }
</style>
border-color css

<style>
 span { border-color: #0D5093; }

 span { border-color: rgb(13,80,147); }

 td.TdClassName
 {
   border-color: #0D5093;
 }
 .TagClassName
 {
   border-color: #0D5093;
 }
</style>