#0D3874

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

Shades of Dark Cerulean #0D3874

Tints of Dark Cerulean #0D3874

Color information

#0D3874 (or 0x0D3874) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 38 and 74. RGB value is (13,56,116). Sum of RGB (Red+Green+Blue) = 13+56+116=185 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.03% from 185); Green value is 56 (22.27% from 255 or 30.27% from 185); Blue value is 116 (45.70% from 255 or 62.70% from 185); Max value from RGB is 116 - color contains mainly: blue. Hex color #0D3874 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3874 is #F2C78B. Grayscale: #313131. Windows color (decimal): -15910796 or 7616525. OLE color: 7616525.

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

Color convert

RGB1356116-
CMYK0.890.5200.55
HSL214.95º79.84%25.29%-
HSV(B)214.95º88.79%45.49%-
XYZ4.734.1717.08-
YUV49.98165.25101.62-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.03%
GREEN value IS 56 (22.27% from 255) = 30.27%
BLUE value IS 116 (45.70% from 255) = 62.70%
R=7.03%
G=30.27%
B=62.70%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal13561160.890.5200.55214.9579.8425.29
HexD38745934037d75019
Octal15701641316406732712031
Binary110111100011101001011001110100011011111010111101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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