#0D3D84

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

Shades of Dark Cerulean #0D3D84

Tints of Dark Cerulean #0D3D84

Color information

#0D3D84 (or 0x0D3D84) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 3D and 84. RGB value is (13,61,132). Sum of RGB (Red+Green+Blue) = 13+61+132=206 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.31% from 206); Green value is 61 (24.22% from 255 or 29.61% from 206); Blue value is 132 (51.95% from 255 or 64.08% from 206); Max value from RGB is 132 - color contains mainly: blue. Hex color #0D3D84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3D84 is #F2C27B. Grayscale: #363636. Windows color (decimal): -15909500 or 8666381. OLE color: 8666381.

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

Color convert

RGB1361132-
CMYK0.900.5400.48
HSL215.8º82.07%28.43%-
HSV(B)215.8º90.15%51.76%-
XYZ65.0922.5-
YUV54.74171.698.23-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.31%
GREEN value IS 61 (24.22% from 255) = 29.61%
BLUE value IS 132 (51.95% from 255) = 64.08%
R=6.31%
G=29.61%
B=64.08%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13611320.900.5400.48215.882.0728.43
HexD3D845A36030d8521c
Octal15752041326606033012234
Binary1101111101100001001011010110110011000011011000101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,61,132); }

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

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

 a { background-color: rgb(13,61,132); }

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

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

 span { border-color: rgb(13,61,132); }

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