Html Css Color HEX #09204A Sapphire

📋 copy color: '#09204A'

red 9 ◦ green 32 ◦ blue 74

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

Shades of Sapphire #09204A

Tints of Sapphire #09204A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 64.35%

R = 7.83%
G = 27.83%
B = 64.35%

CMYK

 C value IS 0.88

 M value IS 0.57

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#09204A (or 0x09204A) is known color: Sapphire. HEX triplet: 09, 20 and 4A. RGB value is (9,32,74). Sum of RGB (Red+Green+Blue) = 9+32+74=115 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.83% from 115); Green value is 32 (12.89% from 255 or 27.83% from 115); Blue value is 74 (29.30% from 255 or 64.35% from 115); Max value from RGB is 74 - color contains mainly: blue. Hex color #09204A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09204A is #F6DFB5. Grayscale: #1D1D1D. Windows color (decimal): -16179126 or 4857865. OLE color: 4857865.

HSL color Cylindrical-coordinate representation of color #09204A: hue angle of 218.77º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09204A is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 32 74 -
CMYK 0.88 0.57 0 0.71
HSL 218.77º 0.78% 0.16% -
HSV(B) 218.77º 0.88% 0.29% -
XYZ 1.87 1.59 6.69 -
YUV 29.91 152.88 113.08 -
System Red Green Blue C M Y K H S L
Decimal 9 32 74 0.88 0.57 0 0.71 218.77 0.78 0.16
Hex 9 20 4A 58 39 0 47 DB 4E 10
Octal 11 40 112 130 71 0 107 333 116 20
Binary 1001 100000 1001010 1011000 111001 0 1000111 11011011 1001110 10000

Color Harmonies of #09204A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09204A

Black with #09204A

Text Example


Text Example

White with #09204A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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