#0D4A90

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

Shades of Dark Cerulean #0D4A90

Tints of Dark Cerulean #0D4A90

Color information

#0D4A90 (or 0x0D4A90) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 4A and 90. RGB value is (13,74,144). Sum of RGB (Red+Green+Blue) = 13+74+144=231 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.63% from 231); Green value is 74 (29.30% from 255 or 32.03% from 231); Blue value is 144 (56.64% from 255 or 62.34% from 231); Max value from RGB is 144 - color contains mainly: blue. Hex color #0D4A90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D4A90 is #F2B56F. Grayscale: #3F3F3F. Windows color (decimal): -15906160 or 9456141. OLE color: 9456141.

HSL color Cylindrical-coordinate representation of color #0D4A90: hue angle of 212.06º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D4A90 is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1374144-
CMYK0.910.4900.44
HSL212.06º83.44%30.78%-
HSV(B)212.06º90.97%56.47%-
XYZ7.65727.33-
YUV63.74173.2991.81-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.63%
GREEN value IS 74 (29.30% from 255) = 32.03%
BLUE value IS 144 (56.64% from 255) = 62.34%
R=5.63%
G=32.03%
B=62.34%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal13741440.910.4900.44212.0683.4430.78
HexD4A905B3102Cd4531f
Octal151122201336105432412337
Binary11011001010100100001011011110001010110011010100101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,74,144); }

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

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

 a { background-color: rgb(13,74,144); }

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

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

 span { border-color: rgb(13,74,144); }

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