#092E65

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

Shades of Sapphire #092E65

Tints of Sapphire #092E65

Color information

#092E65 (or 0x092E65) is unknown color: approx Sapphire. HEX triplet: 09, 2E and 65. RGB value is (9,46,101). Sum of RGB (Red+Green+Blue) = 9+46+101=156 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.77% from 156); Green value is 46 (18.36% from 255 or 29.49% from 156); Blue value is 101 (39.84% from 255 or 64.74% from 156); Max value from RGB is 101 - color contains mainly: blue. Hex color #092E65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092E65 is #F6D19A. Grayscale: #282828. Windows color (decimal): -16175515 or 6630921. OLE color: 6630921.

HSL color Cylindrical-coordinate representation of color #092E65: hue angle of 215.87º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #092E65 is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB946101-
CMYK0.910.5400.60
HSL215.87º83.64%21.57%-
HSV(B)215.87º91.09%39.61%-
XYZ3.442.9512.7-
YUV41.21161.74105.03-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.77%
GREEN value IS 46 (18.36% from 255) = 29.49%
BLUE value IS 101 (39.84% from 255) = 64.74%
R=5.77%
G=29.49%
B=64.74%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9461010.910.5400.60215.8783.6421.57
Hex92E655B3603Cd85416
Octal11561451336607433012426
Binary100110111011001011011011110110011110011011000101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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