#0D4B92

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

Shades of Dark Cerulean #0D4B92

Tints of Dark Cerulean #0D4B92

Color information

#0D4B92 (or 0x0D4B92) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 4B and 92. RGB value is (13,75,146). Sum of RGB (Red+Green+Blue) = 13+75+146=234 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.56% from 234); Green value is 75 (29.69% from 255 or 32.05% from 234); Blue value is 146 (57.42% from 255 or 62.39% from 234); Max value from RGB is 146 - color contains mainly: blue. Hex color #0D4B92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D4B92 is #F2B46D. Grayscale: #404040. Windows color (decimal): -15905902 or 9587469. OLE color: 9587469.

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

Color convert

RGB1375146-
CMYK0.910.4900.43
HSL212.03º83.65%31.18%-
HSV(B)212.03º91.1%57.25%-
XYZ7.877.1928.17-
YUV64.56173.9691.23-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.56%
GREEN value IS 75 (29.69% from 255) = 32.05%
BLUE value IS 146 (57.42% from 255) = 62.39%
R=5.56%
G=32.05%
B=62.39%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal13751460.910.4900.43212.0383.6531.18
HexD4B925B3102Bd4541f
Octal151132221336105332412437
Binary11011001011100100101011011110001010101111010100101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,75,146); }

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

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

 a { background-color: rgb(13,75,146); }

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

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

 span { border-color: rgb(13,75,146); }

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