#0A2671

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

Shades of Sapphire #0A2671

Tints of Sapphire #0A2671

Color information

#0A2671 (or 0x0A2671) is unknown color: approx Sapphire. HEX triplet: 0A, 26 and 71. RGB value is (10,38,113). Sum of RGB (Red+Green+Blue) = 10+38+113=161 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.21% from 161); Green value is 38 (15.23% from 255 or 23.60% from 161); Blue value is 113 (44.53% from 255 or 70.19% from 161); Max value from RGB is 113 - color contains mainly: blue. Hex color #0A2671 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2671 is #F5D98E. Grayscale: #252525. Windows color (decimal): -16112015 or 7415306. OLE color: 7415306.

HSL color Cylindrical-coordinate representation of color #0A2671: hue angle of 223.69º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A2671 is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1038113-
CMYK0.910.6600.56
HSL223.69º83.74%24.12%-
HSV(B)223.69º91.15%44.31%-
XYZ3.82.6415.93-
YUV38.18170.22107.9-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.21%
GREEN value IS 38 (15.23% from 255) = 23.60%
BLUE value IS 113 (44.53% from 255) = 70.19%
R=6.21%
G=23.60%
B=70.19%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10381130.910.6600.56223.6983.7424.12
HexA26715B42038e05418
Octal124616113310207034012430
Binary1010100110111000110110111000010011100011100000101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,38,113); }

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

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

 a { background-color: rgb(10,38,113); }

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

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

 span { border-color: rgb(10,38,113); }

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