#092858

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

Shades of Sapphire #092858

Tints of Sapphire #092858

Color information

#092858 (or 0x092858) is unknown color: approx Sapphire. HEX triplet: 09, 28 and 58. RGB value is (9,40,88). Sum of RGB (Red+Green+Blue) = 9+40+88=137 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.57% from 137); Green value is 40 (16.02% from 255 or 29.20% from 137); Blue value is 88 (34.77% from 255 or 64.23% from 137); Max value from RGB is 88 - color contains mainly: blue. Hex color #092858 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092858 is #F6D7A7. Grayscale: #232323. Windows color (decimal): -16177064 or 5777417. OLE color: 5777417.

HSL color Cylindrical-coordinate representation of color #092858: hue angle of 216.46º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #092858 is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB94088-
CMYK0.900.5500.65
HSL216.46º81.44%19.02%-
HSV(B)216.46º89.77%34.51%-
XYZ2.632.289.53-
YUV36.2157.23108.6-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.57%
GREEN value IS 40 (16.02% from 255) = 29.20%
BLUE value IS 88 (34.77% from 255) = 64.23%
R=6.57%
G=29.20%
B=64.23%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal940880.900.5500.65216.4681.4419.02
Hex928585A37041d85113
Octal115013013267010133012123
Binary1001101000101100010110101101110100000111011000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092858; }

 p { color: rgb(9,40,88); }

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

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

 a { background-color: rgb(9,40,88); }

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

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

 span { border-color: rgb(9,40,88); }

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