Html Css Color HEX #092776 Sapphire

📋 copy color: '#092776'

red 9 ◦ green 39 ◦ blue 118

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

Shades of Sapphire #092776

Tints of Sapphire #092776

RGB

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

 GREEN value IS 39 (15.63% from 255) = 23.49%

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

R = 5.42%
G = 23.49%
B = 71.08%

CMYK

 C value IS 0.92

 M value IS 0.67

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#092776 (or 0x092776) is known color: Sapphire. HEX triplet: 09, 27 and 76. RGB value is (9,39,118). Sum of RGB (Red+Green+Blue) = 9+39+118=166 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.42% from 166); Green value is 39 (15.62% from 255 or 23.49% from 166); Blue value is 118 (46.48% from 255 or 71.08% from 166); Max value from RGB is 118 - color contains mainly: blue. Hex color #092776 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092776 is #F6D889. Grayscale: #262626. Windows color (decimal): -16177290 or 7743241. OLE color: 7743241.

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

Color convert

RGB 9 39 118 -
CMYK 0.92 0.67 0 0.54
HSL 223.49º 0.86% 0.25% -
HSV(B) 223.49º 0.92% 0.46% -
XYZ 4.11 2.82 17.47 -
YUV 39.04 172.56 106.58 -
System Red Green Blue C M Y K H S L
Decimal 9 39 118 0.92 0.67 0 0.54 223.49 0.86 0.25
Hex 9 27 76 5C 43 0 36 DF 56 19
Octal 11 47 166 134 103 0 66 337 126 31
Binary 1001 100111 1110110 1011100 1000011 0 110110 11011111 1010110 11001

Color Harmonies of #092776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092776

Black with #092776

Text Example


Text Example

White with #092776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092776; }

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

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

background-color css

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

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

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

border-color css

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

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

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