Html Css Color HEX #092071 Sapphire

📋 copy color: '#092071'

red 9 ◦ green 32 ◦ blue 113

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

Shades of Sapphire #092071

Tints of Sapphire #092071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 73.38%

R = 5.84%
G = 20.78%
B = 73.38%

CMYK

 C value IS 0.92

 M value IS 0.72

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#092071 (or 0x092071) is known color: Sapphire. HEX triplet: 09, 20 and 71. RGB value is (9,32,113). Sum of RGB (Red+Green+Blue) = 9+32+113=154 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.84% from 154); Green value is 32 (12.89% from 255 or 20.78% from 154); Blue value is 113 (44.53% from 255 or 73.38% from 154); Max value from RGB is 113 - color contains mainly: blue. Hex color #092071 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092071 is #F6DF8E. Grayscale: #222222. Windows color (decimal): -16179087 or 7413769. OLE color: 7413769.

HSL color Cylindrical-coordinate representation of color #092071: hue angle of 226.73º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #092071 is Cyan = 0.92, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 9 32 113 -
CMYK 0.92 0.72 0 0.56
HSL 226.73º 0.85% 0.24% -
HSV(B) 226.73º 0.92% 0.44% -
XYZ 3.61 2.28 15.87 -
YUV 34.36 172.38 109.91 -
System Red Green Blue C M Y K H S L
Decimal 9 32 113 0.92 0.72 0 0.56 226.73 0.85 0.24
Hex 9 20 71 5C 48 0 38 E3 55 18
Octal 11 40 161 134 110 0 70 343 125 30
Binary 1001 100000 1110001 1011100 1001000 0 111000 11100011 1010101 11000

Color Harmonies of #092071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092071

Black with #092071

Text Example


Text Example

White with #092071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092071; }

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

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

background-color css

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

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

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

border-color css

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

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

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