Html Css Color HEX #09205D Sapphire

📋 copy color: '#09205D'

red 9 ◦ green 32 ◦ blue 93

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

Shades of Sapphire #09205D

Tints of Sapphire #09205D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 69.4%

R = 6.72%
G = 23.88%
B = 69.4%

CMYK

 C value IS 0.90

 M value IS 0.66

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#09205D (or 0x09205D) is known color: Sapphire. HEX triplet: 09, 20 and 5D. RGB value is (9,32,93). Sum of RGB (Red+Green+Blue) = 9+32+93=134 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.72% from 134); Green value is 32 (12.89% from 255 or 23.88% from 134); Blue value is 93 (36.72% from 255 or 69.40% from 134); Max value from RGB is 93 - color contains mainly: blue. Hex color #09205D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09205D is #F6DFA2. Grayscale: #1F1F1F. Windows color (decimal): -16179107 or 6103049. OLE color: 6103049.

HSL color Cylindrical-coordinate representation of color #09205D: hue angle of 223.57º 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 #09205D is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 9 32 93 -
CMYK 0.90 0.66 0 0.64
HSL 223.57º 0.82% 0.2% -
HSV(B) 223.57º 0.9% 0.36% -
XYZ 2.6 1.88 10.58 -
YUV 32.08 162.38 111.54 -
System Red Green Blue C M Y K H S L
Decimal 9 32 93 0.90 0.66 0 0.64 223.57 0.82 0.2
Hex 9 20 5D 5A 42 0 40 E0 52 14
Octal 11 40 135 132 102 0 100 340 122 24
Binary 1001 100000 1011101 1011010 1000010 0 1000000 11100000 1010010 10100

Color Harmonies of #09205D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09205D

Black with #09205D

Text Example


Text Example

White with #09205D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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