#0D3F82

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

Shades of Dark Cerulean #0D3F82

Tints of Dark Cerulean #0D3F82

Color information

#0D3F82 (or 0x0D3F82) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 3F and 82. RGB value is (13,63,130). Sum of RGB (Red+Green+Blue) = 13+63+130=206 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.31% from 206); Green value is 63 (25% from 255 or 30.58% from 206); Blue value is 130 (51.17% from 255 or 63.11% from 206); Max value from RGB is 130 - color contains mainly: blue. Hex color #0D3F82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3F82 is #F2C07D. Grayscale: #373737. Windows color (decimal): -15908990 or 8535821. OLE color: 8535821.

HSL color Cylindrical-coordinate representation of color #0D3F82: hue angle of 214.36º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D3F82 is Cyan = 0.9, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1363130-
CMYK0.90.5200.49
HSL214.36º81.82%28.04%-
HSV(B)214.36º90%50.98%-
XYZ5.975.2521.82-
YUV55.69169.9497.55-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.31%
GREEN value IS 63 (25% from 255) = 30.58%
BLUE value IS 130 (51.17% from 255) = 63.11%
R=6.31%
G=30.58%
B=63.11%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13631300.90.5200.49214.3681.8228.04
HexD3F825A34031d6521c
Octal15772021326406132612234
Binary1101111111100000101011010110100011000111010110101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,63,130); }

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

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

 a { background-color: rgb(13,63,130); }

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

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

 span { border-color: rgb(13,63,130); }

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