#092455

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

Shades of Sapphire #092455

Tints of Sapphire #092455

Color information

#092455 (or 0x092455) is unknown color: approx Sapphire. HEX triplet: 09, 24 and 55. RGB value is (9,36,85). Sum of RGB (Red+Green+Blue) = 9+36+85=130 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.92% from 130); Green value is 36 (14.45% from 255 or 27.69% from 130); Blue value is 85 (33.59% from 255 or 65.38% from 130); Max value from RGB is 85 - color contains mainly: blue. Hex color #092455 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092455 is #F6DBAA. Grayscale: #212121. Windows color (decimal): -16178091 or 5579785. OLE color: 5579785.

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

Color convert

RGB93685-
CMYK0.890.5800.67
HSL218.68º80.85%18.43%-
HSV(B)218.68º89.41%33.33%-
XYZ2.381.988.85-
YUV33.51157.05110.52-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.92%
GREEN value IS 36 (14.45% from 255) = 27.69%
BLUE value IS 85 (33.59% from 255) = 65.38%
R=6.92%
G=27.69%
B=65.38%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal936850.890.5800.67218.6880.8518.43
Hex92455593A043db5112
Octal114412513172010333312122
Binary1001100100101010110110011110100100001111011011101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092455; }

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

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

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

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

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

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

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

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