#0D327D

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

Shades of Dark Cerulean #0D327D

Tints of Dark Cerulean #0D327D

Color information

#0D327D (or 0x0D327D) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 32 and 7D. RGB value is (13,50,125). Sum of RGB (Red+Green+Blue) = 13+50+125=188 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.91% from 188); Green value is 50 (19.92% from 255 or 26.60% from 188); Blue value is 125 (49.22% from 255 or 66.49% from 188); Max value from RGB is 125 - color contains mainly: blue. Hex color #0D327D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D327D is #F2CD82. Grayscale: #2F2F2F. Windows color (decimal): -15912323 or 8204813. OLE color: 8204813.

HSL color Cylindrical-coordinate representation of color #0D327D: hue angle of 220.18º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D327D is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1350125-
CMYK0.900.6000.51
HSL220.18º81.16%27.06%-
HSV(B)220.18º89.6%49.02%-
XYZ5.013.8519.88-
YUV47.49171.74103.4-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.91%
GREEN value IS 50 (19.92% from 255) = 26.60%
BLUE value IS 125 (49.22% from 255) = 66.49%
R=6.91%
G=26.60%
B=66.49%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal13501250.900.6000.51220.1881.1627.06
HexD327D5A3C033dc511b
Octal15621751327406333412133
Binary110111001011111011011010111100011001111011100101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D327D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,50,125); }

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

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

 a { background-color: rgb(13,50,125); }

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

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

 span { border-color: rgb(13,50,125); }

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