#092E68

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

Shades of Sapphire #092E68

Tints of Sapphire #092E68

Color information

#092E68 (or 0x092E68) is unknown color: approx Sapphire. HEX triplet: 09, 2E and 68. RGB value is (9,46,104). Sum of RGB (Red+Green+Blue) = 9+46+104=159 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.66% from 159); Green value is 46 (18.36% from 255 or 28.93% from 159); Blue value is 104 (41.02% from 255 or 65.41% from 159); Max value from RGB is 104 - color contains mainly: blue. Hex color #092E68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092E68 is #F6D197. Grayscale: #292929. Windows color (decimal): -16175512 or 6827529. OLE color: 6827529.

HSL color Cylindrical-coordinate representation of color #092E68: hue angle of 216.63º 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 #092E68 is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB946104-
CMYK0.910.5600.59
HSL216.63º84.07%22.16%-
HSV(B)216.63º91.35%40.78%-
XYZ3.593.0113.49-
YUV41.55163.24104.78-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.66%
GREEN value IS 46 (18.36% from 255) = 28.93%
BLUE value IS 104 (41.02% from 255) = 65.41%
R=5.66%
G=28.93%
B=65.41%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9461040.910.5600.59216.6384.0722.16
Hex92E685B3803Bd95416
Octal11561501337007333112426
Binary100110111011010001011011111000011101111011001101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092E68; }

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

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

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

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

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

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

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

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