Html Css Color HEX #09206C Sapphire

📋 copy color: '#09206C'

red 9 ◦ green 32 ◦ blue 108

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

Shades of Sapphire #09206C

Tints of Sapphire #09206C

RGB

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

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

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

R = 6.04%
G = 21.48%
B = 72.48%

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

#09206C (or 0x09206C) is known color: Sapphire. HEX triplet: 09, 20 and 6C. RGB value is (9,32,108). Sum of RGB (Red+Green+Blue) = 9+32+108=149 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.04% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 108 (42.58% from 255 or 72.48% from 149); Max value from RGB is 108 - color contains mainly: blue. Hex color #09206C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09206C is #F6DF93. Grayscale: #212121. Windows color (decimal): -16179092 or 7086089. OLE color: 7086089.

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

Color convert

RGB 9 32 108 -
CMYK 0.92 0.70 0 0.58
HSL 226.06º 0.85% 0.23% -
HSV(B) 226.06º 0.92% 0.42% -
XYZ 3.34 2.17 14.43 -
YUV 33.79 169.88 110.32 -
System Red Green Blue C M Y K H S L
Decimal 9 32 108 0.92 0.70 0 0.58 226.06 0.85 0.23
Hex 9 20 6C 5C 46 0 3A E2 55 17
Octal 11 40 154 134 106 0 72 342 125 27
Binary 1001 100000 1101100 1011100 1000110 0 111010 11100010 1010101 10111

Color Harmonies of #09206C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09206C

Black with #09206C

Text Example


Text Example

White with #09206C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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