#092474

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

Shades of Sapphire #092474

Tints of Sapphire #092474

Color information

#092474 (or 0x092474) is unknown color: approx Sapphire. HEX triplet: 09, 24 and 74. RGB value is (9,36,116). Sum of RGB (Red+Green+Blue) = 9+36+116=161 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.59% from 161); Green value is 36 (14.45% from 255 or 22.36% from 161); Blue value is 116 (45.70% from 255 or 72.05% from 161); Max value from RGB is 116 - color contains mainly: blue. Hex color #092474 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092474 is #F6DB8B. Grayscale: #242424. Windows color (decimal): -16178060 or 7611401. OLE color: 7611401.

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

Color convert

RGB936116-
CMYK0.920.6900.55
HSL224.86º85.6%24.51%-
HSV(B)224.86º92.24%45.49%-
XYZ3.92.5816.82-
YUV37.05172.55108-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.59%
GREEN value IS 36 (14.45% from 255) = 22.36%
BLUE value IS 116 (45.70% from 255) = 72.05%
R=5.59%
G=22.36%
B=72.05%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9361160.920.6900.55224.8685.624.51
Hex924745C45037e15619
Octal114416413410506734112631
Binary1001100100111010010111001000101011011111100001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092474; }

 p { color: rgb(9,36,116); }

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

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

 a { background-color: rgb(9,36,116); }

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

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

 span { border-color: rgb(9,36,116); }

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