#08217F

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

Shades of Sapphire #08217F

Tints of Sapphire #08217F

Color information

#08217F (or 0x08217F) is unknown color: approx Sapphire. HEX triplet: 08, 21 and 7F. RGB value is (8,33,127). Sum of RGB (Red+Green+Blue) = 8+33+127=168 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.76% from 168); Green value is 33 (13.28% from 255 or 19.64% from 168); Blue value is 127 (50% from 255 or 75.60% from 168); Max value from RGB is 127 - color contains mainly: blue. Hex color #08217F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08217F is #F7DE80. Grayscale: #232323. Windows color (decimal): -16244353 or 8331528. OLE color: 8331528.

HSL color Cylindrical-coordinate representation of color #08217F: hue angle of 227.39º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08217F is Cyan = 0.94, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB833127-
CMYK0.940.7400.50
HSL227.39º88.15%26.47%-
HSV(B)227.39º93.7%49.8%-
XYZ4.472.6720.36-
YUV36.24179.22107.86-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.76%
GREEN value IS 33 (13.28% from 255) = 19.64%
BLUE value IS 127 (50% from 255) = 75.60%
R=4.76%
G=19.64%
B=75.60%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal8331270.940.7400.50227.3988.1526.47
Hex8217F5E4A032e3581a
Octal104117713611206234313032
Binary1000100001111111110111101001010011001011100011101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08217F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08217F; }

 p { color: rgb(8,33,127); }

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

<style>
 a { background-color: #08217F; }

 a { background-color: rgb(8,33,127); }

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

<style>
 span { border-color: #08217F; }

 span { border-color: rgb(8,33,127); }

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