#092360

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

Shades of Sapphire #092360

Tints of Sapphire #092360

Color information

#092360 (or 0x092360) is unknown color: approx Sapphire. HEX triplet: 09, 23 and 60. RGB value is (9,35,96). Sum of RGB (Red+Green+Blue) = 9+35+96=140 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.43% from 140); Green value is 35 (14.06% from 255 or 25% from 140); Blue value is 96 (37.89% from 255 or 68.57% from 140); Max value from RGB is 96 - color contains mainly: blue. Hex color #092360 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092360 is #F6DC9F. Grayscale: #212121. Windows color (decimal): -16178336 or 6300425. OLE color: 6300425.

HSL color Cylindrical-coordinate representation of color #092360: hue angle of 222.07º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #092360 is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB93596-
CMYK0.910.6400.62
HSL222.07º82.86%20.59%-
HSV(B)222.07º90.62%37.65%-
XYZ2.832.111.32-
YUV34.18162.89110.04-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.43%
GREEN value IS 35 (14.06% from 255) = 25%
BLUE value IS 96 (37.89% from 255) = 68.57%
R=6.43%
G=25%
B=68.57%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal935960.910.6400.62222.0782.8620.59
Hex923605B4003Ede5315
Octal114314013310007633612325
Binary1001100011110000010110111000000011111011011110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092360; }

 p { color: rgb(9,35,96); }

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

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

 a { background-color: rgb(9,35,96); }

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

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

 span { border-color: rgb(9,35,96); }

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