#092279

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

Shades of Sapphire #092279

Tints of Sapphire #092279

Color information

#092279 (or 0x092279) is unknown color: approx Sapphire. HEX triplet: 09, 22 and 79. RGB value is (9,34,121). Sum of RGB (Red+Green+Blue) = 9+34+121=164 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.49% from 164); Green value is 34 (13.67% from 255 or 20.73% from 164); Blue value is 121 (47.66% from 255 or 73.78% from 164); Max value from RGB is 121 - color contains mainly: blue. Hex color #092279 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092279 is #F6DD86. Grayscale: #242424. Windows color (decimal): -16178567 or 7938569. OLE color: 7938569.

HSL color Cylindrical-coordinate representation of color #092279: hue angle of 226.61º 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 #092279 is Cyan = 0.93, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB934121-
CMYK0.930.7200.53
HSL226.61º86.15%25.49%-
HSV(B)226.61º92.56%47.45%-
XYZ4.142.5818.37-
YUV36.44175.72108.43-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.49%
GREEN value IS 34 (13.67% from 255) = 20.73%
BLUE value IS 121 (47.66% from 255) = 73.78%
R=5.49%
G=20.73%
B=73.78%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9341210.930.7200.53226.6186.1525.49
Hex922795D48035e35619
Octal114217113511006534312631
Binary1001100010111100110111011001000011010111100011101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092279; }

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

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

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

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

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

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

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

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