Html Css Color HEX #09216C Sapphire

📋 copy color: '#09216C'

red 9 ◦ green 33 ◦ blue 108

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

Shades of Sapphire #09216C

Tints of Sapphire #09216C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 72%

R = 6%
G = 22%
B = 72%

CMYK

 C value IS 0.92

 M value IS 0.69

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#09216C (or 0x09216C) is known color: Sapphire. HEX triplet: 09, 21 and 6C. RGB value is (9,33,108). Sum of RGB (Red+Green+Blue) = 9+33+108=150 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6% from 150); Green value is 33 (13.28% from 255 or 22% from 150); Blue value is 108 (42.58% from 255 or 72% from 150); Max value from RGB is 108 - color contains mainly: blue. Hex color #09216C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09216C is #F6DE93. Grayscale: #222222. Windows color (decimal): -16178836 or 7086345. OLE color: 7086345.

HSL color Cylindrical-coordinate representation of color #09216C: hue angle of 225.45º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09216C is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 33 108 -
CMYK 0.92 0.69 0 0.58
HSL 225.45º 0.85% 0.23% -
HSV(B) 225.45º 0.92% 0.42% -
XYZ 3.36 2.23 14.44 -
YUV 34.37 169.55 109.9 -
System Red Green Blue C M Y K H S L
Decimal 9 33 108 0.92 0.69 0 0.58 225.45 0.85 0.23
Hex 9 21 6C 5C 45 0 3A E1 55 17
Octal 11 41 154 134 105 0 72 341 125 27
Binary 1001 100001 1101100 1011100 1000101 0 111010 11100001 1010101 10111

Color Harmonies of #09216C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09216C

Black with #09216C

Text Example


Text Example

White with #09216C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09216C; }

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

 H1.HeaderClassName
 {
   color: #09216C;
 }
 .AnyTagClassName
 {
   color: #09216C;
 }
</style>

background-color css

<style>
 a { background-color: #09216C; }

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

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

border-color css

<style>
 span { border-color: #09216C; }

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

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