#08216E

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

Shades of Sapphire #08216E

Tints of Sapphire #08216E

Color information

#08216E (or 0x08216E) is unknown color: approx Sapphire. HEX triplet: 08, 21 and 6E. RGB value is (8,33,110). Sum of RGB (Red+Green+Blue) = 8+33+110=151 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.30% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 110 (43.36% from 255 or 72.85% from 151); Max value from RGB is 110 - color contains mainly: blue. Hex color #08216E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08216E is #F7DE91. Grayscale: #212121. Windows color (decimal): -16244370 or 7217416. OLE color: 7217416.

HSL color Cylindrical-coordinate representation of color #08216E: hue angle of 225.29º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08216E is Cyan = 0.93, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB833110-
CMYK0.930.700.57
HSL225.29º86.44%23.14%-
HSV(B)225.29º92.73%43.14%-
XYZ3.462.2715.01-
YUV34.3170.72109.24-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.30%
GREEN value IS 33 (13.28% from 255) = 21.85%
BLUE value IS 110 (43.36% from 255) = 72.85%
R=5.30%
G=21.85%
B=72.85%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal8331100.930.700.57225.2986.4423.14
Hex8216E5D46039e15617
Octal104115613510607134112627
Binary1000100001110111010111011000110011100111100001101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08216E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08216E; }

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

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

<style>
 a { background-color: #08216E; }

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

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

<style>
 span { border-color: #08216E; }

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

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