#0A2F76

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

Shades of Sapphire #0A2F76

Tints of Sapphire #0A2F76

Color information

#0A2F76 (or 0x0A2F76) is unknown color: approx Sapphire. HEX triplet: 0A, 2F and 76. RGB value is (10,47,118). Sum of RGB (Red+Green+Blue) = 10+47+118=175 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.71% from 175); Green value is 47 (18.75% from 255 or 26.86% from 175); Blue value is 118 (46.48% from 255 or 67.43% from 175); Max value from RGB is 118 - color contains mainly: blue. Hex color #0A2F76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2F76 is #F5D089. Grayscale: #2B2B2B. Windows color (decimal): -16109706 or 7745290. OLE color: 7745290.

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

Color convert

RGB1047118-
CMYK0.920.6000.54
HSL219.44º84.38%25.1%-
HSV(B)219.44º91.53%46.27%-
XYZ4.413.4117.56-
YUV44.03169.74103.73-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.71%
GREEN value IS 47 (18.75% from 255) = 26.86%
BLUE value IS 118 (46.48% from 255) = 67.43%
R=5.71%
G=26.86%
B=67.43%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10471180.920.6000.54219.4484.3825.1
HexA2F765C3C036db5419
Octal12571661347406633312431
Binary101010111111101101011100111100011011011011011101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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