Html Css Color HEX #09215A Sapphire

📋 copy color: '#09215A'

red 9 ◦ green 33 ◦ blue 90

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

Shades of Sapphire #09215A

Tints of Sapphire #09215A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 68.18%

R = 6.82%
G = 25%
B = 68.18%

CMYK

 C value IS 0.9

 M value IS 0.63

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#09215A (or 0x09215A) is known color: Sapphire. HEX triplet: 09, 21 and 5A. RGB value is (9,33,90). Sum of RGB (Red+Green+Blue) = 9+33+90=132 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.82% from 132); Green value is 33 (13.28% from 255 or 25% from 132); Blue value is 90 (35.55% from 255 or 68.18% from 132); Max value from RGB is 90 - color contains mainly: blue. Hex color #09215A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09215A is #F6DEA5. Grayscale: #202020. Windows color (decimal): -16178854 or 5906697. OLE color: 5906697.

HSL color Cylindrical-coordinate representation of color #09215A: hue angle of 222.22º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09215A is Cyan = 0.9, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 33 90 -
CMYK 0.9 0.63 0 0.65
HSL 222.22º 0.82% 0.19% -
HSV(B) 222.22º 0.9% 0.35% -
XYZ 2.5 1.88 9.9 -
YUV 32.32 160.55 111.37 -
System Red Green Blue C M Y K H S L
Decimal 9 33 90 0.9 0.63 0 0.65 222.22 0.82 0.19
Hex 9 21 5A 5A 3F 0 41 DE 52 13
Octal 11 41 132 132 77 0 101 336 122 23
Binary 1001 100001 1011010 1011010 111111 0 1000001 11011110 1010010 10011

Color Harmonies of #09215A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09215A

Black with #09215A

Text Example


Text Example

White with #09215A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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