#0D3873

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

Shades of Dark Cerulean #0D3873

Tints of Dark Cerulean #0D3873

Color information

#0D3873 (or 0x0D3873) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 38 and 73. RGB value is (13,56,115). Sum of RGB (Red+Green+Blue) = 13+56+115=184 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.07% from 184); Green value is 56 (22.27% from 255 or 30.43% from 184); Blue value is 115 (45.31% from 255 or 62.5% from 184); Max value from RGB is 115 - color contains mainly: blue. Hex color #0D3873 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3873 is #F2C78C. Grayscale: #313131. Windows color (decimal): -15910797 or 7550989. OLE color: 7550989.

HSL color Cylindrical-coordinate representation of color #0D3873: hue angle of 214.71º 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 #0D3873 is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1356115-
CMYK0.890.5100.55
HSL214.71º79.69%25.1%-
HSV(B)214.71º88.7%45.1%-
XYZ4.674.1516.77-
YUV49.87164.75101.7-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.07%
GREEN value IS 56 (22.27% from 255) = 30.43%
BLUE value IS 115 (45.31% from 255) = 62.5%
R=7.07%
G=30.43%
B=62.5%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal13561150.890.5100.55214.7179.6925.1
HexD38735933037d75019
Octal15701631316306732712031
Binary110111100011100111011001110011011011111010111101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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