#0D3C84

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

Shades of Dark Cerulean #0D3C84

Tints of Dark Cerulean #0D3C84

Color information

#0D3C84 (or 0x0D3C84) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 3C and 84. RGB value is (13,60,132). Sum of RGB (Red+Green+Blue) = 13+60+132=205 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.34% from 205); Green value is 60 (23.83% from 255 or 29.27% from 205); Blue value is 132 (51.95% from 255 or 64.39% from 205); Max value from RGB is 132 - color contains mainly: blue. Hex color #0D3C84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3C84 is #F2C37B. Grayscale: #353535. Windows color (decimal): -15909756 or 8666125. OLE color: 8666125.

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

Color convert

RGB1360132-
CMYK0.900.5500.48
HSL216.3º82.07%28.43%-
HSV(B)216.3º90.15%51.76%-
XYZ5.954.9822.48-
YUV54.16171.9398.65-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.34%
GREEN value IS 60 (23.83% from 255) = 29.27%
BLUE value IS 132 (51.95% from 255) = 64.39%
R=6.34%
G=29.27%
B=64.39%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13601320.900.5500.48216.382.0728.43
HexD3C845A37030d8521c
Octal15742041326706033012234
Binary1101111100100001001011010110111011000011011000101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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