#0A327D

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

Shades of Dark Cerulean #0A327D

Tints of Dark Cerulean #0A327D

Color information

#0A327D (or 0x0A327D) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 32 and 7D. RGB value is (10,50,125). Sum of RGB (Red+Green+Blue) = 10+50+125=185 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.41% from 185); Green value is 50 (19.92% from 255 or 27.03% from 185); Blue value is 125 (49.22% from 255 or 67.57% from 185); Max value from RGB is 125 - color contains mainly: blue. Hex color #0A327D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A327D is #F5CD82. Grayscale: #2E2E2E. Windows color (decimal): -16108931 or 8204810. OLE color: 8204810.

HSL color Cylindrical-coordinate representation of color #0A327D: hue angle of 219.13º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A327D is Cyan = 0.92, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1050125-
CMYK0.920.6000.51
HSL219.13º85.19%26.47%-
HSV(B)219.13º92%49.02%-
XYZ4.973.8319.88-
YUV46.59172.25101.9-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.41%
GREEN value IS 50 (19.92% from 255) = 27.03%
BLUE value IS 125 (49.22% from 255) = 67.57%
R=5.41%
G=27.03%
B=67.57%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal10501250.920.6000.51219.1385.1926.47
HexA327D5C3C033db551a
Octal12621751347406333312532
Binary101011001011111011011100111100011001111011011101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A327D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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