Html Css Color HEX #092276 Sapphire

📋 copy color: '#092276'

red 9 ◦ green 34 ◦ blue 118

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

Shades of Sapphire #092276

Tints of Sapphire #092276

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.12%

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

R = 5.59%
G = 21.12%
B = 73.29%

CMYK

 C value IS 0.92

 M value IS 0.71

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#092276 (or 0x092276) is known color: Sapphire. HEX triplet: 09, 22 and 76. RGB value is (9,34,118). Sum of RGB (Red+Green+Blue) = 9+34+118=161 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.59% from 161); Green value is 34 (13.67% from 255 or 21.12% from 161); Blue value is 118 (46.48% from 255 or 73.29% from 161); Max value from RGB is 118 - color contains mainly: blue. Hex color #092276 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092276 is #F6DD89. Grayscale: #232323. Windows color (decimal): -16178570 or 7741961. OLE color: 7741961.

HSL color Cylindrical-coordinate representation of color #092276: hue angle of 226.24º 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 #092276 is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 9 34 118 -
CMYK 0.92 0.71 0 0.54
HSL 226.24º 0.86% 0.25% -
HSV(B) 226.24º 0.92% 0.46% -
XYZ 3.95 2.51 17.42 -
YUV 36.1 174.22 108.67 -
System Red Green Blue C M Y K H S L
Decimal 9 34 118 0.92 0.71 0 0.54 226.24 0.86 0.25
Hex 9 22 76 5C 47 0 36 E2 56 19
Octal 11 42 166 134 107 0 66 342 126 31
Binary 1001 100010 1110110 1011100 1000111 0 110110 11100010 1010110 11001

Color Harmonies of #092276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092276

Black with #092276

Text Example


Text Example

White with #092276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092276; }

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

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

background-color css

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

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

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

border-color css

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

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

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