#0A164C

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

Shades of Sapphire #0A164C

Tints of Sapphire #0A164C

Color information

#0A164C (or 0x0A164C) is unknown color: approx Sapphire. HEX triplet: 0A, 16 and 4C. RGB value is (10,22,76). Sum of RGB (Red+Green+Blue) = 10+22+76=108 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.26% from 108); Green value is 22 (8.98% from 255 or 20.37% from 108); Blue value is 76 (30.08% from 255 or 70.37% from 108); Max value from RGB is 76 - color contains mainly: blue. Hex color #0A164C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A164C is #F5E9B3. Grayscale: #181818. Windows color (decimal): -16116148 or 4986378. OLE color: 4986378.

HSL color Cylindrical-coordinate representation of color #0A164C: hue angle of 229.09º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A164C is Cyan = 0.87, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB102276-
CMYK0.870.7100.70
HSL229.09º76.74%16.86%-
HSV(B)229.09º86.84%29.8%-
XYZ1.721.166.97-
YUV24.57157.02117.61-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.26%
GREEN value IS 22 (8.98% from 255) = 20.37%
BLUE value IS 76 (30.08% from 255) = 70.37%
R=9.26%
G=20.37%
B=70.37%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1022760.870.7100.70229.0976.7416.86
HexA164C5747046e54d11
Octal1226114127107010634511521
Binary1010101101001100101011110001110100011011100101100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A164C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,22,76); }

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

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

 a { background-color: rgb(10,22,76); }

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

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

 span { border-color: rgb(10,22,76); }

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