#092453

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

Shades of Sapphire #092453

Tints of Sapphire #092453

Color information

#092453 (or 0x092453) is unknown color: approx Sapphire. HEX triplet: 09, 24 and 53. RGB value is (9,36,83). Sum of RGB (Red+Green+Blue) = 9+36+83=128 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.03% from 128); Green value is 36 (14.45% from 255 or 28.12% from 128); Blue value is 83 (32.81% from 255 or 64.84% from 128); Max value from RGB is 83 - color contains mainly: blue. Hex color #092453 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092453 is #F6DBAC. Grayscale: #212121. Windows color (decimal): -16178093 or 5448713. OLE color: 5448713.

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

Color convert

RGB93683-
CMYK0.890.5700.67
HSL218.11º80.43%18.04%-
HSV(B)218.11º89.16%32.55%-
XYZ2.31.948.44-
YUV33.28156.05110.68-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.03%
GREEN value IS 36 (14.45% from 255) = 28.12%
BLUE value IS 83 (32.81% from 255) = 64.84%
R=7.03%
G=28.12%
B=64.84%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal936830.890.5700.67218.1180.4318.04
Hex924535939043da5012
Octal114412313171010333212022
Binary1001100100101001110110011110010100001111011010101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092453; }

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

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

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

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

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

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

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

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