#092368

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

Shades of Sapphire #092368

Tints of Sapphire #092368

Color information

#092368 (or 0x092368) is unknown color: approx Sapphire. HEX triplet: 09, 23 and 68. RGB value is (9,35,104). Sum of RGB (Red+Green+Blue) = 9+35+104=148 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.08% from 148); Green value is 35 (14.06% from 255 or 23.65% from 148); Blue value is 104 (41.02% from 255 or 70.27% from 148); Max value from RGB is 104 - color contains mainly: blue. Hex color #092368 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092368 is #F6DC97. Grayscale: #222222. Windows color (decimal): -16178328 or 6824713. OLE color: 6824713.

HSL color Cylindrical-coordinate representation of color #092368: hue angle of 223.58º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #092368 is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB935104-
CMYK0.910.6600.59
HSL223.58º84.07%22.16%-
HSV(B)223.58º91.35%40.78%-
XYZ3.212.2613.36-
YUV35.09166.89109.39-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.08%
GREEN value IS 35 (14.06% from 255) = 23.65%
BLUE value IS 104 (41.02% from 255) = 70.27%
R=6.08%
G=23.65%
B=70.27%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9351040.910.6600.59223.5884.0722.16
Hex923685B4203Be05416
Octal114315013310207334012426
Binary1001100011110100010110111000010011101111100000101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092368; }

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

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

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

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

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

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

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

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