#08214D

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

Shades of Sapphire #08214D

Tints of Sapphire #08214D

Color information

#08214D (or 0x08214D) is unknown color: approx Sapphire. HEX triplet: 08, 21 and 4D. RGB value is (8,33,77). Sum of RGB (Red+Green+Blue) = 8+33+77=118 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.78% from 118); Green value is 33 (13.28% from 255 or 27.97% from 118); Blue value is 77 (30.47% from 255 or 65.25% from 118); Max value from RGB is 77 - color contains mainly: blue. Hex color #08214D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08214D is #F7DEB2. Grayscale: #1E1E1E. Windows color (decimal): -16244403 or 5054728. OLE color: 5054728.

HSL color Cylindrical-coordinate representation of color #08214D: hue angle of 218.26º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08214D is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB83377-
CMYK0.900.5700.70
HSL218.26º81.18%16.67%-
HSV(B)218.26º89.61%30.2%-
XYZ1.981.687.24-
YUV30.54154.22111.92-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.78%
GREEN value IS 33 (13.28% from 255) = 27.97%
BLUE value IS 77 (30.47% from 255) = 65.25%
R=6.78%
G=27.97%
B=65.25%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal833770.900.5700.70218.2681.1816.67
Hex8214D5A39046da5111
Octal104111513271010633212121
Binary1000100001100110110110101110010100011011011010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08214D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08214D; }

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

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

<style>
 a { background-color: #08214D; }

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

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

<style>
 span { border-color: #08214D; }

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

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