Html Css Color HEX #09215B Sapphire

📋 copy color: '#09215B'

red 9 ◦ green 33 ◦ blue 91

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

Shades of Sapphire #09215B

Tints of Sapphire #09215B

RGB

 RED value IS 9 (3.91% from 255) = 6.77%

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

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

R = 6.77%
G = 24.81%
B = 68.42%

CMYK

 C value IS 0.90

 M value IS 0.64

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#09215B (or 0x09215B) is known color: Sapphire. HEX triplet: 09, 21 and 5B. RGB value is (9,33,91). Sum of RGB (Red+Green+Blue) = 9+33+91=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 33 (13.28% from 255 or 24.81% from 133); Blue value is 91 (35.94% from 255 or 68.42% from 133); Max value from RGB is 91 - color contains mainly: blue. Hex color #09215B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09215B is #F6DEA4. Grayscale: #202020. Windows color (decimal): -16178853 or 5972233. OLE color: 5972233.

HSL color Cylindrical-coordinate representation of color #09215B: hue angle of 222.44º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09215B is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 9 33 91 -
CMYK 0.90 0.64 0 0.64
HSL 222.44º 0.82% 0.2% -
HSV(B) 222.44º 0.9% 0.36% -
XYZ 2.54 1.9 10.13 -
YUV 32.44 161.05 111.28 -
System Red Green Blue C M Y K H S L
Decimal 9 33 91 0.90 0.64 0 0.64 222.44 0.82 0.2
Hex 9 21 5B 5A 40 0 40 DE 52 14
Octal 11 41 133 132 100 0 100 336 122 24
Binary 1001 100001 1011011 1011010 1000000 0 1000000 11011110 1010010 10100

Color Harmonies of #09215B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09215B

Black with #09215B

Text Example


Text Example

White with #09215B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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