#0D3382

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

Shades of Dark Cerulean #0D3382

Tints of Dark Cerulean #0D3382

Color information

#0D3382 (or 0x0D3382) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 33 and 82. RGB value is (13,51,130). Sum of RGB (Red+Green+Blue) = 13+51+130=194 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.70% from 194); Green value is 51 (20.31% from 255 or 26.29% from 194); Blue value is 130 (51.17% from 255 or 67.01% from 194); Max value from RGB is 130 - color contains mainly: blue. Hex color #0D3382 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3382 is #F2CC7D. Grayscale: #303030. Windows color (decimal): -15912062 or 8532749. OLE color: 8532749.

HSL color Cylindrical-coordinate representation of color #0D3382: hue angle of 220.51º 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 #0D3382 is Cyan = 0.9, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1351130-
CMYK0.90.6100.49
HSL220.51º81.82%28.04%-
HSV(B)220.51º90%50.98%-
XYZ5.384.0621.62-
YUV48.64173.91102.58-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.70%
GREEN value IS 51 (20.31% from 255) = 26.29%
BLUE value IS 130 (51.17% from 255) = 67.01%
R=6.70%
G=26.29%
B=67.01%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13511300.90.6100.49220.5181.8228.04
HexD33825A3D031dd521c
Octal15632021327506133512234
Binary1101110011100000101011010111101011000111011101101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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