#0A2E76

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

Shades of Sapphire #0A2E76

Tints of Sapphire #0A2E76

Color information

#0A2E76 (or 0x0A2E76) is unknown color: approx Sapphire. HEX triplet: 0A, 2E and 76. RGB value is (10,46,118). Sum of RGB (Red+Green+Blue) = 10+46+118=174 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.75% from 174); Green value is 46 (18.36% from 255 or 26.44% from 174); Blue value is 118 (46.48% from 255 or 67.82% from 174); Max value from RGB is 118 - color contains mainly: blue. Hex color #0A2E76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2E76 is #F5D189. Grayscale: #2B2B2B. Windows color (decimal): -16109962 or 7745034. OLE color: 7745034.

HSL color Cylindrical-coordinate representation of color #0A2E76: hue angle of 220º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A2E76 is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1046118-
CMYK0.920.6100.54
HSL220º84.38%25.1%-
HSV(B)220º91.53%46.27%-
XYZ4.373.3317.55-
YUV43.44170.07104.15-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.75%
GREEN value IS 46 (18.36% from 255) = 26.44%
BLUE value IS 118 (46.48% from 255) = 67.82%
R=5.75%
G=26.44%
B=67.82%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10461180.920.6100.5422084.3825.1
HexA2E765C3D036dc5419
Octal12561661347506633412431
Binary101010111011101101011100111101011011011011100101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,46,118); }

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

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

 a { background-color: rgb(10,46,118); }

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

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

 span { border-color: rgb(10,46,118); }

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