#092273

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

Shades of Sapphire #092273

Tints of Sapphire #092273

Color information

#092273 (or 0x092273) is unknown color: approx Sapphire. HEX triplet: 09, 22 and 73. RGB value is (9,34,115). Sum of RGB (Red+Green+Blue) = 9+34+115=158 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.70% from 158); Green value is 34 (13.67% from 255 or 21.52% from 158); Blue value is 115 (45.31% from 255 or 72.78% from 158); Max value from RGB is 115 - color contains mainly: blue. Hex color #092273 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092273 is #F6DD8C. Grayscale: #232323. Windows color (decimal): -16178573 or 7545353. OLE color: 7545353.

HSL color Cylindrical-coordinate representation of color #092273: hue angle of 225.85º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #092273 is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB934115-
CMYK0.920.7000.55
HSL225.85º85.48%24.31%-
HSV(B)225.85º92.17%45.1%-
XYZ3.782.4416.49-
YUV35.76172.72108.91-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.70%
GREEN value IS 34 (13.67% from 255) = 21.52%
BLUE value IS 115 (45.31% from 255) = 72.78%
R=5.70%
G=21.52%
B=72.78%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9341150.920.7000.55225.8585.4824.31
Hex922735C46037e25518
Octal114216313410606734212530
Binary1001100010111001110111001000110011011111100010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092273; }

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

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

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

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

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

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

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

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