#0D448B

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

Shades of Dark Cerulean #0D448B

Tints of Dark Cerulean #0D448B

Color information

#0D448B (or 0x0D448B) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 44 and 8B. RGB value is (13,68,139). Sum of RGB (Red+Green+Blue) = 13+68+139=220 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.91% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 139 (54.69% from 255 or 63.18% from 220); Max value from RGB is 139 - color contains mainly: blue. Hex color #0D448B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D448B is #F2BB74. Grayscale: #3B3B3B. Windows color (decimal): -15907701 or 9126925. OLE color: 9126925.

HSL color Cylindrical-coordinate representation of color #0D448B: hue angle of 213.81º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D448B is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1368139-
CMYK0.910.5100.45
HSL213.81º82.89%29.8%-
HSV(B)213.81º90.65%54.51%-
XYZ6.896.0825.24-
YUV59.65172.7894.73-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.91%
GREEN value IS 68 (26.95% from 255) = 30.91%
BLUE value IS 139 (54.69% from 255) = 63.18%
R=5.91%
G=30.91%
B=63.18%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13681390.910.5100.45213.8182.8929.8
HexD448B5B3302Dd6531e
Octal151042131336305532612336
Binary11011000100100010111011011110011010110111010110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D448B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,68,139); }

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

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

 a { background-color: rgb(13,68,139); }

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

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

 span { border-color: rgb(13,68,139); }

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