Html Css Color HEX #09204C Sapphire

📋 copy color: '#09204C'

red 9 ◦ green 32 ◦ blue 76

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

Shades of Sapphire #09204C

Tints of Sapphire #09204C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 64.96%

R = 7.69%
G = 27.35%
B = 64.96%

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

#09204C (or 0x09204C) is known color: Sapphire. HEX triplet: 09, 20 and 4C. RGB value is (9,32,76). Sum of RGB (Red+Green+Blue) = 9+32+76=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 32 (12.89% from 255 or 27.35% from 117); Blue value is 76 (30.08% from 255 or 64.96% from 117); Max value from RGB is 76 - color contains mainly: blue. Hex color #09204C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09204C is #F6DFB3. Grayscale: #1D1D1D. Windows color (decimal): -16179124 or 4988937. OLE color: 4988937.

HSL color Cylindrical-coordinate representation of color #09204C: hue angle of 219.4º 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 #09204C is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 9 32 76 -
CMYK 0.88 0.58 0 0.70
HSL 219.4º 0.79% 0.17% -
HSV(B) 219.4º 0.88% 0.3% -
XYZ 1.93 1.61 7.05 -
YUV 30.14 153.88 112.92 -
System Red Green Blue C M Y K H S L
Decimal 9 32 76 0.88 0.58 0 0.70 219.4 0.79 0.17
Hex 9 20 4C 58 3A 0 46 DB 4F 11
Octal 11 40 114 130 72 0 106 333 117 21
Binary 1001 100000 1001100 1011000 111010 0 1000110 11011011 1001111 10001

Color Harmonies of #09204C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09204C

Black with #09204C

Text Example


Text Example

White with #09204C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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