#0D4C95

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

Shades of Dark Cerulean #0D4C95

Tints of Dark Cerulean #0D4C95

Color information

#0D4C95 (or 0x0D4C95) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 4C and 95. RGB value is (13,76,149). Sum of RGB (Red+Green+Blue) = 13+76+149=238 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.46% from 238); Green value is 76 (30.08% from 255 or 31.93% from 238); Blue value is 149 (58.59% from 255 or 62.61% from 238); Max value from RGB is 149 - color contains mainly: blue. Hex color #0D4C95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D4C95 is #F2B36A. Grayscale: #414141. Windows color (decimal): -15905643 or 9784333. OLE color: 9784333.

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

Color convert

RGB1376149-
CMYK0.910.4900.42
HSL212.21º83.95%31.76%-
HSV(B)212.21º91.28%58.43%-
XYZ8.187.4229.44-
YUV65.48175.1390.56-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.46%
GREEN value IS 76 (30.08% from 255) = 31.93%
BLUE value IS 149 (58.59% from 255) = 62.61%
R=5.46%
G=31.93%
B=62.61%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13761490.910.4900.42212.2183.9531.76
HexD4C955B3102Ad45420
Octal151142251336105232412440
Binary110110011001001010110110111100010101010110101001010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,76,149); }

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

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

 a { background-color: rgb(13,76,149); }

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

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

 span { border-color: rgb(13,76,149); }

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