#092253

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

Shades of Sapphire #092253

Tints of Sapphire #092253

Color information

#092253 (or 0x092253) is unknown color: approx Sapphire. HEX triplet: 09, 22 and 53. RGB value is (9,34,83). Sum of RGB (Red+Green+Blue) = 9+34+83=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 34 (13.67% from 255 or 26.98% from 126); Blue value is 83 (32.81% from 255 or 65.87% from 126); Max value from RGB is 83 - color contains mainly: blue. Hex color #092253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092253 is #F6DDAC. Grayscale: #1F1F1F. Windows color (decimal): -16178605 or 5448201. OLE color: 5448201.

HSL color Cylindrical-coordinate representation of color #092253: hue angle of 219.73º 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 #092253 is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB93483-
CMYK0.890.5900.67
HSL219.73º80.43%18.04%-
HSV(B)219.73º89.16%32.55%-
XYZ2.251.838.42-
YUV32.11156.72111.52-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.14%
GREEN value IS 34 (13.67% from 255) = 26.98%
BLUE value IS 83 (32.81% from 255) = 65.87%
R=7.14%
G=26.98%
B=65.87%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal934830.890.5900.67219.7380.4318.04
Hex92253593B043dc5012
Octal114212313173010333412022
Binary1001100010101001110110011110110100001111011100101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092253; }

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

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

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

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

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

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

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

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