#0D5084

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

Shades of Dark Cerulean #0D5084

Tints of Dark Cerulean #0D5084

Color information

#0D5084 (or 0x0D5084) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 50 and 84. RGB value is (13,80,132). Sum of RGB (Red+Green+Blue) = 13+80+132=225 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.78% from 225); Green value is 80 (31.64% from 255 or 35.56% from 225); Blue value is 132 (51.95% from 255 or 58.67% from 225); Max value from RGB is 132 - color contains mainly: blue. Hex color #0D5084 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D5084 is #F2AF7B. Grayscale: #414141. Windows color (decimal): -15904636 or 8671245. OLE color: 8671245.

HSL color Cylindrical-coordinate representation of color #0D5084: hue angle of 206.22º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D5084 is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1380132-
CMYK0.900.3900.48
HSL206.22º82.07%28.43%-
HSV(B)206.22º90.15%51.76%-
XYZ7.27.4922.9-
YUV65.9165.390.27-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.78%
GREEN value IS 80 (31.64% from 255) = 35.56%
BLUE value IS 132 (51.95% from 255) = 58.67%
R=5.78%
G=35.56%
B=58.67%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13801320.900.3900.48206.2282.0728.43
HexD50845A27030ce521c
Octal151202041324706031612234
Binary11011010000100001001011010100111011000011001110101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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