#092052

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

Shades of Sapphire #092052

Tints of Sapphire #092052

Color information

#092052 (or 0x092052) is unknown color: approx Sapphire. HEX triplet: 09, 20 and 52. RGB value is (9,32,82). Sum of RGB (Red+Green+Blue) = 9+32+82=123 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.32% from 123); Green value is 32 (12.89% from 255 or 26.02% from 123); Blue value is 82 (32.42% from 255 or 66.67% from 123); Max value from RGB is 82 - color contains mainly: blue. Hex color #092052 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092052 is #F6DFAD. Grayscale: #1E1E1E. Windows color (decimal): -16179118 or 5382153. OLE color: 5382153.

HSL color Cylindrical-coordinate representation of color #092052: hue angle of 221.1º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #092052 is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB93282-
CMYK0.890.6100.68
HSL221.1º80.22%17.84%-
HSV(B)221.1º89.02%32.16%-
XYZ2.151.78.2-
YUV30.82156.88112.43-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.32%
GREEN value IS 32 (12.89% from 255) = 26.02%
BLUE value IS 82 (32.42% from 255) = 66.67%
R=7.32%
G=26.02%
B=66.67%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal932820.890.6100.68221.180.2217.84
Hex92052593D044dd5012
Octal114012213175010433512022
Binary1001100000101001010110011111010100010011011101101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092052; }

 p { color: rgb(9,32,82); }

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

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

 a { background-color: rgb(9,32,82); }

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

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

 span { border-color: rgb(9,32,82); }

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