#0D4673

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

Shades of Dark Cerulean #0D4673

Tints of Dark Cerulean #0D4673

Color information

#0D4673 (or 0x0D4673) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 46 and 73. RGB value is (13,70,115). Sum of RGB (Red+Green+Blue) = 13+70+115=198 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.57% from 198); Green value is 70 (27.73% from 255 or 35.35% from 198); Blue value is 115 (45.31% from 255 or 58.08% from 198); Max value from RGB is 115 - color contains mainly: blue. Hex color #0D4673 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4673 is #F2B98C. Grayscale: #393939. Windows color (decimal): -15907213 or 7554573. OLE color: 7554573.

HSL color Cylindrical-coordinate representation of color #0D4673: hue angle of 206.47º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D4673 is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1370115-
CMYK0.890.3900.55
HSL206.47º79.69%25.1%-
HSV(B)206.47º88.7%45.1%-
XYZ5.455.717.03-
YUV58.09160.1295.84-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.57%
GREEN value IS 70 (27.73% from 255) = 35.35%
BLUE value IS 115 (45.31% from 255) = 58.08%
R=6.57%
G=35.35%
B=58.08%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal13701150.890.3900.55206.4779.6925.1
HexD46735927037ce5019
Octal151061631314706731612031
Binary1101100011011100111011001100111011011111001110101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,70,115); }

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

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

 a { background-color: rgb(13,70,115); }

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

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

 span { border-color: rgb(13,70,115); }

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