#092E6D

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

Shades of Sapphire #092E6D

Tints of Sapphire #092E6D

Color information

#092E6D (or 0x092E6D) is unknown color: approx Sapphire. HEX triplet: 09, 2E and 6D. RGB value is (9,46,109). Sum of RGB (Red+Green+Blue) = 9+46+109=164 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.49% from 164); Green value is 46 (18.36% from 255 or 28.05% from 164); Blue value is 109 (42.97% from 255 or 66.46% from 164); Max value from RGB is 109 - color contains mainly: blue. Hex color #092E6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092E6D is #F6D192. Grayscale: #292929. Windows color (decimal): -16175507 or 7155209. OLE color: 7155209.

HSL color Cylindrical-coordinate representation of color #092E6D: hue angle of 217.8º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #092E6D is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB946109-
CMYK0.920.5800.57
HSL217.8º84.75%23.14%-
HSV(B)217.8º91.74%42.75%-
XYZ3.853.1214.87-
YUV42.12165.74104.38-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.49%
GREEN value IS 46 (18.36% from 255) = 28.05%
BLUE value IS 109 (42.97% from 255) = 66.46%
R=5.49%
G=28.05%
B=66.46%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal9461090.920.5800.57217.884.7523.14
Hex92E6D5C3A039da5517
Octal11561551347207133212527
Binary100110111011011011011100111010011100111011010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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