#08215D

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

Shades of Sapphire #08215D

Tints of Sapphire #08215D

Color information

#08215D (or 0x08215D) is unknown color: approx Sapphire. HEX triplet: 08, 21 and 5D. RGB value is (8,33,93). Sum of RGB (Red+Green+Blue) = 8+33+93=134 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.97% from 134); Green value is 33 (13.28% from 255 or 24.63% from 134); Blue value is 93 (36.72% from 255 or 69.40% from 134); Max value from RGB is 93 - color contains mainly: blue. Hex color #08215D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08215D is #F7DEA2. Grayscale: #202020. Windows color (decimal): -16244387 or 6103304. OLE color: 6103304.

HSL color Cylindrical-coordinate representation of color #08215D: hue angle of 222.35º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08215D is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB83393-
CMYK0.910.6500.64
HSL222.35º84.16%19.8%-
HSV(B)222.35º91.4%36.47%-
XYZ2.621.9310.59-
YUV32.36162.22110.62-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.97%
GREEN value IS 33 (13.28% from 255) = 24.63%
BLUE value IS 93 (36.72% from 255) = 69.40%
R=5.97%
G=24.63%
B=69.40%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal833930.910.6500.64222.3584.1619.8
Hex8215D5B41040de5414
Octal1041135133101010033612424
Binary10001000011011101101101110000010100000011011110101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08215D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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