Html Css Color HEX #09206A Sapphire

📋 copy color: '#09206A'

red 9 ◦ green 32 ◦ blue 106

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

Shades of Sapphire #09206A

Tints of Sapphire #09206A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.77%

 BLUE value IS 106 (41.8% from 255) = 72.11%

R = 6.12%
G = 21.77%
B = 72.11%

CMYK

 C value IS 0.92

 M value IS 0.70

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#09206A (or 0x09206A) is known color: Sapphire. HEX triplet: 09, 20 and 6A. RGB value is (9,32,106). Sum of RGB (Red+Green+Blue) = 9+32+106=147 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.12% from 147); Green value is 32 (12.89% from 255 or 21.77% from 147); Blue value is 106 (41.80% from 255 or 72.11% from 147); Max value from RGB is 106 - color contains mainly: blue. Hex color #09206A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09206A is #F6DF95. Grayscale: #212121. Windows color (decimal): -16179094 or 6955017. OLE color: 6955017.

HSL color Cylindrical-coordinate representation of color #09206A: hue angle of 225.77º degrees, saturation: 0.84, 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 #09206A is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 32 106 -
CMYK 0.92 0.70 0 0.58
HSL 225.77º 0.84% 0.23% -
HSV(B) 225.77º 0.92% 0.42% -
XYZ 3.23 2.13 13.88 -
YUV 33.56 168.88 110.48 -
System Red Green Blue C M Y K H S L
Decimal 9 32 106 0.92 0.70 0 0.58 225.77 0.84 0.23
Hex 9 20 6A 5C 46 0 3A E2 54 17
Octal 11 40 152 134 106 0 72 342 124 27
Binary 1001 100000 1101010 1011100 1000110 0 111010 11100010 1010100 10111

Color Harmonies of #09206A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09206A

Black with #09206A

Text Example


Text Example

White with #09206A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,32,106); }

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

background-color css

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

 a { background-color: rgb(9,32,106); }

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

border-color css

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

 span { border-color: rgb(9,32,106); }

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