#0A466B

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

Shades of Dark Cerulean #0A466B

Tints of Dark Cerulean #0A466B

Color information

#0A466B (or 0x0A466B) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 46 and 6B. RGB value is (10,70,107). Sum of RGB (Red+Green+Blue) = 10+70+107=187 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.35% from 187); Green value is 70 (27.73% from 255 or 37.43% from 187); Blue value is 107 (42.19% from 255 or 57.22% from 187); Max value from RGB is 107 - color contains mainly: blue. Hex color #0A466B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A466B is #F5B994. Grayscale: #383838. Windows color (decimal): -16103829 or 7030282. OLE color: 7030282.

HSL color Cylindrical-coordinate representation of color #0A466B: hue angle of 202.89º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A466B is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1070107-
CMYK0.910.3500.58
HSL202.89º82.91%22.94%-
HSV(B)202.89º90.65%41.96%-
XYZ4.975.5114.71-
YUV56.28156.6294.99-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.35%
GREEN value IS 70 (27.73% from 255) = 37.43%
BLUE value IS 107 (42.19% from 255) = 57.22%
R=5.35%
G=37.43%
B=57.22%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10701070.910.3500.58202.8982.9122.94
HexA466B5B2303Acb5317
Octal121061531334307231312327
Binary1010100011011010111011011100011011101011001011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A466B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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