Html Css Color HEX #09205F Sapphire

📋 copy color: '#09205F'

red 9 ◦ green 32 ◦ blue 95

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

Shades of Sapphire #09205F

Tints of Sapphire #09205F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 69.85%

R = 6.62%
G = 23.53%
B = 69.85%

CMYK

 C value IS 0.91

 M value IS 0.66

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#09205F (or 0x09205F) is known color: Sapphire. HEX triplet: 09, 20 and 5F. RGB value is (9,32,95). Sum of RGB (Red+Green+Blue) = 9+32+95=136 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.62% from 136); Green value is 32 (12.89% from 255 or 23.53% from 136); Blue value is 95 (37.5% from 255 or 69.85% from 136); Max value from RGB is 95 - color contains mainly: blue. Hex color #09205F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09205F is #F6DFA0. Grayscale: #202020. Windows color (decimal): -16179105 or 6234121. OLE color: 6234121.

HSL color Cylindrical-coordinate representation of color #09205F: hue angle of 223.95º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09205F is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 9 32 95 -
CMYK 0.91 0.66 0 0.63
HSL 223.95º 0.83% 0.2% -
HSV(B) 223.95º 0.91% 0.37% -
XYZ 2.69 1.92 11.05 -
YUV 32.31 163.38 111.38 -
System Red Green Blue C M Y K H S L
Decimal 9 32 95 0.91 0.66 0 0.63 223.95 0.83 0.2
Hex 9 20 5F 5B 42 0 3F E0 53 14
Octal 11 40 137 133 102 0 77 340 123 24
Binary 1001 100000 1011111 1011011 1000010 0 111111 11100000 1010011 10100

Color Harmonies of #09205F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09205F

Black with #09205F

Text Example


Text Example

White with #09205F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09205F; }

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

 H1.HeaderClassName
 {
   color: #09205F;
 }
 .AnyTagClassName
 {
   color: #09205F;
 }
</style>

background-color css

<style>
 a { background-color: #09205F; }

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

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

border-color css

<style>
 span { border-color: #09205F; }

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

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