Html Css Color HEX #09205E Sapphire

📋 copy color: '#09205E'

red 9 ◦ green 32 ◦ blue 94

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

Shades of Sapphire #09205E

Tints of Sapphire #09205E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 69.63%

R = 6.67%
G = 23.7%
B = 69.63%

CMYK

 C value IS 0.90

 M value IS 0.66

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#09205E (or 0x09205E) is known color: Sapphire. HEX triplet: 09, 20 and 5E. RGB value is (9,32,94). Sum of RGB (Red+Green+Blue) = 9+32+94=135 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.67% from 135); Green value is 32 (12.89% from 255 or 23.70% from 135); Blue value is 94 (37.11% from 255 or 69.63% from 135); Max value from RGB is 94 - color contains mainly: blue. Hex color #09205E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09205E is #F6DFA1. Grayscale: #1F1F1F. Windows color (decimal): -16179106 or 6168585. OLE color: 6168585.

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

Color convert

RGB 9 32 94 -
CMYK 0.90 0.66 0 0.63
HSL 223.76º 0.83% 0.2% -
HSV(B) 223.76º 0.9% 0.37% -
XYZ 2.65 1.9 10.82 -
YUV 32.19 162.88 111.46 -
System Red Green Blue C M Y K H S L
Decimal 9 32 94 0.90 0.66 0 0.63 223.76 0.83 0.2
Hex 9 20 5E 5A 42 0 3F E0 53 14
Octal 11 40 136 132 102 0 77 340 123 24
Binary 1001 100000 1011110 1011010 1000010 0 111111 11100000 1010011 10100

Color Harmonies of #09205E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09205E

Black with #09205E

Text Example


Text Example

White with #09205E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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