#092E6E

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

Shades of Sapphire #092E6E

Tints of Sapphire #092E6E

Color information

#092E6E (or 0x092E6E) is unknown color: approx Sapphire. HEX triplet: 09, 2E and 6E. RGB value is (9,46,110). Sum of RGB (Red+Green+Blue) = 9+46+110=165 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.45% from 165); Green value is 46 (18.36% from 255 or 27.88% from 165); Blue value is 110 (43.36% from 255 or 66.67% from 165); Max value from RGB is 110 - color contains mainly: blue. Hex color #092E6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092E6E is #F6D191. Grayscale: #292929. Windows color (decimal): -16175506 or 7220745. OLE color: 7220745.

HSL color Cylindrical-coordinate representation of color #092E6E: hue angle of 218.02º 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 #092E6E is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB946110-
CMYK0.920.5800.57
HSL218.02º84.87%23.33%-
HSV(B)218.02º91.82%43.14%-
XYZ3.93.1415.15-
YUV42.23166.24104.3-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.45%
GREEN value IS 46 (18.36% from 255) = 27.88%
BLUE value IS 110 (43.36% from 255) = 66.67%
R=5.45%
G=27.88%
B=66.67%

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
Decimal9461100.920.5800.57218.0284.8723.33
Hex92E6E5C3A039da5517
Octal11561561347207133212527
Binary100110111011011101011100111010011100111011010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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