#0A296B

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

Shades of Sapphire #0A296B

Tints of Sapphire #0A296B

Color information

#0A296B (or 0x0A296B) is unknown color: approx Sapphire. HEX triplet: 0A, 29 and 6B. RGB value is (10,41,107). Sum of RGB (Red+Green+Blue) = 10+41+107=158 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.33% from 158); Green value is 41 (16.41% from 255 or 25.95% from 158); Blue value is 107 (42.19% from 255 or 67.72% from 158); Max value from RGB is 107 - color contains mainly: blue. Hex color #0A296B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A296B is #F5D694. Grayscale: #262626. Windows color (decimal): -16111253 or 7022858. OLE color: 7022858.

HSL color Cylindrical-coordinate representation of color #0A296B: hue angle of 220.82º 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 #0A296B is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1041107-
CMYK0.910.6200.58
HSL220.82º82.91%22.94%-
HSV(B)220.82º90.65%41.96%-
XYZ3.572.7114.25-
YUV39.25166.23107.13-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.33%
GREEN value IS 41 (16.41% from 255) = 25.95%
BLUE value IS 107 (42.19% from 255) = 67.72%
R=6.33%
G=25.95%
B=67.72%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10411070.910.6200.58220.8282.9122.94
HexA296B5B3E03Add5317
Octal12511531337607233512327
Binary101010100111010111011011111110011101011011101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A296B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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