Html Css Color HEX #09217D Sapphire

📋 copy color: '#09217D'

red 9 ◦ green 33 ◦ blue 125

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

Shades of Sapphire #09217D

Tints of Sapphire #09217D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.76%

 BLUE value IS 125 (49.22% from 255) = 74.85%

R = 5.39%
G = 19.76%
B = 74.85%

CMYK

 C value IS 0.93

 M value IS 0.74

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#09217D (or 0x09217D) is known color: Sapphire. HEX triplet: 09, 21 and 7D. RGB value is (9,33,125). Sum of RGB (Red+Green+Blue) = 9+33+125=167 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.39% from 167); Green value is 33 (13.28% from 255 or 19.76% from 167); Blue value is 125 (49.22% from 255 or 74.85% from 167); Max value from RGB is 125 - color contains mainly: blue. Hex color #09217D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09217D is #F6DE82. Grayscale: #232323. Windows color (decimal): -16178819 or 8200457. OLE color: 8200457.

HSL color Cylindrical-coordinate representation of color #09217D: hue angle of 227.59º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09217D is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 9 33 125 -
CMYK 0.93 0.74 0 0.51
HSL 227.59º 0.87% 0.26% -
HSV(B) 227.59º 0.93% 0.49% -
XYZ 4.36 2.63 19.68 -
YUV 36.31 178.05 108.52 -
System Red Green Blue C M Y K H S L
Decimal 9 33 125 0.93 0.74 0 0.51 227.59 0.87 0.26
Hex 9 21 7D 5D 4A 0 33 E4 57 1A
Octal 11 41 175 135 112 0 63 344 127 32
Binary 1001 100001 1111101 1011101 1001010 0 110011 11100100 1010111 11010

Color Harmonies of #09217D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09217D

Black with #09217D

Text Example


Text Example

White with #09217D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,33,125); }

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

background-color css

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

 a { background-color: rgb(9,33,125); }

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

border-color css

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

 span { border-color: rgb(9,33,125); }

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