Html Css Color HEX #092076 Sapphire

📋 copy color: '#092076'

red 9 ◦ green 32 ◦ blue 118

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

Shades of Sapphire #092076

Tints of Sapphire #092076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 74.21%

R = 5.66%
G = 20.13%
B = 74.21%

CMYK

 C value IS 0.92

 M value IS 0.73

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#092076 (or 0x092076) is known color: Sapphire. HEX triplet: 09, 20 and 76. RGB value is (9,32,118). Sum of RGB (Red+Green+Blue) = 9+32+118=159 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.66% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 118 (46.48% from 255 or 74.21% from 159); Max value from RGB is 118 - color contains mainly: blue. Hex color #092076 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092076 is #F6DF89. Grayscale: #222222. Windows color (decimal): -16179082 or 7741449. OLE color: 7741449.

HSL color Cylindrical-coordinate representation of color #092076: hue angle of 227.34º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #092076 is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 9 32 118 -
CMYK 0.92 0.73 0 0.54
HSL 227.34º 0.86% 0.25% -
HSV(B) 227.34º 0.92% 0.46% -
XYZ 3.9 2.4 17.4 -
YUV 34.93 174.88 109.51 -
System Red Green Blue C M Y K H S L
Decimal 9 32 118 0.92 0.73 0 0.54 227.34 0.86 0.25
Hex 9 20 76 5C 49 0 36 E3 56 19
Octal 11 40 166 134 111 0 66 343 126 31
Binary 1001 100000 1110110 1011100 1001001 0 110110 11100011 1010110 11001

Color Harmonies of #092076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092076

Black with #092076

Text Example


Text Example

White with #092076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092076; }

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

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

background-color css

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

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

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

border-color css

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

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

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