#092053

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

Shades of Sapphire #092053

Tints of Sapphire #092053

Color information

#092053 (or 0x092053) is unknown color: approx Sapphire. HEX triplet: 09, 20 and 53. RGB value is (9,32,83). Sum of RGB (Red+Green+Blue) = 9+32+83=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 32 (12.89% from 255 or 25.81% from 124); Blue value is 83 (32.81% from 255 or 66.94% from 124); Max value from RGB is 83 - color contains mainly: blue. Hex color #092053 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092053 is #F6DFAC. Grayscale: #1E1E1E. Windows color (decimal): -16179117 or 5447689. OLE color: 5447689.

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

Color convert

RGB93283-
CMYK0.890.6100.67
HSL221.35º80.43%18.04%-
HSV(B)221.35º89.16%32.55%-
XYZ2.191.728.4-
YUV30.94157.38112.35-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.26%
GREEN value IS 32 (12.89% from 255) = 25.81%
BLUE value IS 83 (32.81% from 255) = 66.94%
R=7.26%
G=25.81%
B=66.94%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal932830.890.6100.67221.3580.4318.04
Hex92053593D043dd5012
Octal114012313175010333512022
Binary1001100000101001110110011111010100001111011101101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092053; }

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

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

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

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

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

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

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

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