#0A327B

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

Shades of Dark Cerulean #0A327B

Tints of Dark Cerulean #0A327B

Color information

#0A327B (or 0x0A327B) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 32 and 7B. RGB value is (10,50,123). Sum of RGB (Red+Green+Blue) = 10+50+123=183 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.46% from 183); Green value is 50 (19.92% from 255 or 27.32% from 183); Blue value is 123 (48.44% from 255 or 67.21% from 183); Max value from RGB is 123 - color contains mainly: blue. Hex color #0A327B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A327B is #F5CD84. Grayscale: #2E2E2E. Windows color (decimal): -16108933 or 8073738. OLE color: 8073738.

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

Color convert

RGB1050123-
CMYK0.920.5900.52
HSL218.76º84.96%26.08%-
HSV(B)218.76º91.87%48.24%-
XYZ4.843.7819.21-
YUV46.36171.25102.06-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.46%
GREEN value IS 50 (19.92% from 255) = 27.32%
BLUE value IS 123 (48.44% from 255) = 67.21%
R=5.46%
G=27.32%
B=67.21%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal10501230.920.5900.52218.7684.9626.08
HexA327B5C3B034db551a
Octal12621731347306433312532
Binary101011001011110111011100111011011010011011011101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A327B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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