#0A357C

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

Shades of Dark Cerulean #0A357C

Tints of Dark Cerulean #0A357C

Color information

#0A357C (or 0x0A357C) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 35 and 7C. RGB value is (10,53,124). Sum of RGB (Red+Green+Blue) = 10+53+124=187 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.35% from 187); Green value is 53 (21.09% from 255 or 28.34% from 187); Blue value is 124 (48.83% from 255 or 66.31% from 187); Max value from RGB is 124 - color contains mainly: blue. Hex color #0A357C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A357C is #F5CA83. Grayscale: #2F2F2F. Windows color (decimal): -16108164 or 8140042. OLE color: 8140042.

HSL color Cylindrical-coordinate representation of color #0A357C: hue angle of 217.37º 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 #0A357C is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1053124-
CMYK0.920.5700.51
HSL217.37º85.07%26.27%-
HSV(B)217.37º91.94%48.63%-
XYZ5.044.0719.59-
YUV48.24170.75100.73-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.35%
GREEN value IS 53 (21.09% from 255) = 28.34%
BLUE value IS 124 (48.83% from 255) = 66.31%
R=5.35%
G=28.34%
B=66.31%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal10531240.920.5700.51217.3785.0726.27
HexA357C5C39033d9551a
Octal12651741347106333112532
Binary101011010111111001011100111001011001111011001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A357C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,53,124); }

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

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

 a { background-color: rgb(10,53,124); }

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

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

 span { border-color: rgb(10,53,124); }

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