#0A2B76

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

Shades of Sapphire #0A2B76

Tints of Sapphire #0A2B76

Color information

#0A2B76 (or 0x0A2B76) is unknown color: approx Sapphire. HEX triplet: 0A, 2B and 76. RGB value is (10,43,118). Sum of RGB (Red+Green+Blue) = 10+43+118=171 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.85% from 171); Green value is 43 (17.19% from 255 or 25.15% from 171); Blue value is 118 (46.48% from 255 or 69.01% from 171); Max value from RGB is 118 - color contains mainly: blue. Hex color #0A2B76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2B76 is #F5D489. Grayscale: #292929. Windows color (decimal): -16110730 or 7744266. OLE color: 7744266.

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

Color convert

RGB1043118-
CMYK0.920.6400.54
HSL221.67º84.38%25.1%-
HSV(B)221.67º91.53%46.27%-
XYZ4.263.117.51-
YUV41.68171.07105.4-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.85%
GREEN value IS 43 (17.19% from 255) = 25.15%
BLUE value IS 118 (46.48% from 255) = 69.01%
R=5.85%
G=25.15%
B=69.01%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10431180.920.6400.54221.6784.3825.1
HexA2B765C40036de5419
Octal125316613410006633612431
Binary1010101011111011010111001000000011011011011110101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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