#0A467C

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

Shades of Dark Cerulean #0A467C

Tints of Dark Cerulean #0A467C

Color information

#0A467C (or 0x0A467C) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 46 and 7C. RGB value is (10,70,124). Sum of RGB (Red+Green+Blue) = 10+70+124=204 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.90% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 124 (48.83% from 255 or 60.78% from 204); Max value from RGB is 124 - color contains mainly: blue. Hex color #0A467C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A467C is #F5B983. Grayscale: #393939. Windows color (decimal): -16103812 or 8144394. OLE color: 8144394.

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

Color convert

RGB1070124-
CMYK0.920.4400.51
HSL208.42º85.07%26.27%-
HSV(B)208.42º91.94%48.63%-
XYZ5.955.919.89-
YUV58.22165.1293.61-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.90%
GREEN value IS 70 (27.73% from 255) = 34.31%
BLUE value IS 124 (48.83% from 255) = 60.78%
R=4.90%
G=34.31%
B=60.78%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal10701240.920.4400.51208.4285.0726.27
HexA467C5C2C033d0551a
Octal121061741345406332012532
Binary1010100011011111001011100101100011001111010000101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A467C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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