Html Css Color HEX #09205C Sapphire

📋 copy color: '#09205C'

red 9 ◦ green 32 ◦ blue 92

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

Shades of Sapphire #09205C

Tints of Sapphire #09205C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 69.17%

R = 6.77%
G = 24.06%
B = 69.17%

CMYK

 C value IS 0.90

 M value IS 0.65

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#09205C (or 0x09205C) is known color: Sapphire. HEX triplet: 09, 20 and 5C. RGB value is (9,32,92). Sum of RGB (Red+Green+Blue) = 9+32+92=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 32 (12.89% from 255 or 24.06% from 133); Blue value is 92 (36.33% from 255 or 69.17% from 133); Max value from RGB is 92 - color contains mainly: blue. Hex color #09205C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09205C is #F6DFA3. Grayscale: #1F1F1F. Windows color (decimal): -16179108 or 6037513. OLE color: 6037513.

HSL color Cylindrical-coordinate representation of color #09205C: hue angle of 223.37º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09205C is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 9 32 92 -
CMYK 0.90 0.65 0 0.64
HSL 223.37º 0.82% 0.2% -
HSV(B) 223.37º 0.9% 0.36% -
XYZ 2.56 1.86 10.35 -
YUV 31.96 161.88 111.62 -
System Red Green Blue C M Y K H S L
Decimal 9 32 92 0.90 0.65 0 0.64 223.37 0.82 0.2
Hex 9 20 5C 5A 41 0 40 DF 52 14
Octal 11 40 134 132 101 0 100 337 122 24
Binary 1001 100000 1011100 1011010 1000001 0 1000000 11011111 1010010 10100

Color Harmonies of #09205C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09205C

Black with #09205C

Text Example


Text Example

White with #09205C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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