Html Css Color HEX #08215B Sapphire

📋 copy color: '#08215B'

red 8 ◦ green 33 ◦ blue 91

#08215B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapphire #08215B

Tints of Sapphire #08215B

RGB

 RED value IS 8 (3.52% from 255) = 6.06%

 GREEN value IS 33 (13.28% from 255) = 25%

 BLUE value IS 91 (35.94% from 255) = 68.94%

R = 6.06%
G = 25%
B = 68.94%

CMYK

 C value IS 0.91

 M value IS 0.64

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#08215B (or 0x08215B) is known color: Sapphire. HEX triplet: 08, 21 and 5B. RGB value is (8,33,91). Sum of RGB (Red+Green+Blue) = 8+33+91=132 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.06% from 132); Green value is 33 (13.28% from 255 or 25% from 132); Blue value is 91 (35.94% from 255 or 68.94% from 132); Max value from RGB is 91 - color contains mainly: blue. Hex color #08215B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08215B is #F7DEA4. Grayscale: #1F1F1F. Windows color (decimal): -16244389 or 5972232. OLE color: 5972232.

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

Color convert

RGB 8 33 91 -
CMYK 0.91 0.64 0 0.64
HSL 221.93º 0.84% 0.19% -
HSV(B) 221.93º 0.91% 0.36% -
XYZ 2.53 1.89 10.13 -
YUV 32.14 161.22 110.78 -
System Red Green Blue C M Y K H S L
Decimal 8 33 91 0.91 0.64 0 0.64 221.93 0.84 0.19
Hex 8 21 5B 5B 40 0 40 DE 54 13
Octal 10 41 133 133 100 0 100 336 124 23
Binary 1000 100001 1011011 1011011 1000000 0 1000000 11011110 1010100 10011

Color Harmonies of #08215B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08215B

Black with #08215B

Text Example


Text Example

White with #08215B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #08215B;
 }
 .AnyTagClassName
 {
   color: #08215B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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