Html Css Color HEX #09204D Sapphire

📋 copy color: '#09204D'

red 9 ◦ green 32 ◦ blue 77

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

Shades of Sapphire #09204D

Tints of Sapphire #09204D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 65.25%

R = 7.63%
G = 27.12%
B = 65.25%

CMYK

 C value IS 0.88

 M value IS 0.58

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#09204D (or 0x09204D) is known color: Sapphire. HEX triplet: 09, 20 and 4D. RGB value is (9,32,77). Sum of RGB (Red+Green+Blue) = 9+32+77=118 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.63% from 118); Green value is 32 (12.89% from 255 or 27.12% from 118); Blue value is 77 (30.47% from 255 or 65.25% from 118); Max value from RGB is 77 - color contains mainly: blue. Hex color #09204D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09204D is #F6DFB2. Grayscale: #1E1E1E. Windows color (decimal): -16179123 or 5054473. OLE color: 5054473.

HSL color Cylindrical-coordinate representation of color #09204D: hue angle of 219.71º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09204D is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 9 32 77 -
CMYK 0.88 0.58 0 0.70
HSL 219.71º 0.79% 0.17% -
HSV(B) 219.71º 0.88% 0.3% -
XYZ 1.97 1.63 7.23 -
YUV 30.25 154.38 112.84 -
System Red Green Blue C M Y K H S L
Decimal 9 32 77 0.88 0.58 0 0.70 219.71 0.79 0.17
Hex 9 20 4D 58 3A 0 46 DC 4F 11
Octal 11 40 115 130 72 0 106 334 117 21
Binary 1001 100000 1001101 1011000 111010 0 1000110 11011100 1001111 10001

Color Harmonies of #09204D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09204D

Black with #09204D

Text Example


Text Example

White with #09204D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09204D; }

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

 H1.HeaderClassName
 {
   color: #09204D;
 }
 .AnyTagClassName
 {
   color: #09204D;
 }
</style>

background-color css

<style>
 a { background-color: #09204D; }

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

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

border-color css

<style>
 span { border-color: #09204D; }

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

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