#092779

Color #092779 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #092779

Tints of Sapphire #092779

Color information

#092779 (or 0x092779) is unknown color: approx Sapphire. HEX triplet: 09, 27 and 79. RGB value is (9,39,121). Sum of RGB (Red+Green+Blue) = 9+39+121=169 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.33% from 169); Green value is 39 (15.62% from 255 or 23.08% from 169); Blue value is 121 (47.66% from 255 or 71.60% from 169); Max value from RGB is 121 - color contains mainly: blue. Hex color #092779 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092779 is #F6D886. Grayscale: #272727. Windows color (decimal): -16177287 or 7939849. OLE color: 7939849.

HSL color Cylindrical-coordinate representation of color #092779: hue angle of 223.93º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #092779 is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB939121-
CMYK0.930.6800.53
HSL223.93º86.15%25.49%-
HSV(B)223.93º92.56%47.45%-
XYZ4.292.8918.42-
YUV39.38174.06106.33-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.33%
GREEN value IS 39 (15.62% from 255) = 23.08%
BLUE value IS 121 (47.66% from 255) = 71.60%
R=5.33%
G=23.08%
B=71.60%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9391210.930.6800.53223.9386.1525.49
Hex927795D44035e05619
Octal114717113510406534012631
Binary1001100111111100110111011000100011010111100000101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092779; }

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

 H1.HeaderClassName
 {
   color: #092779;
 }
 .AnyTagClassName
 {
   color: #092779;
 }
</style>
background-color css

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

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

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

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

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

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