#092E7E

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

Shades of Sapphire #092E7E

Tints of Sapphire #092E7E

Color information

#092E7E (or 0x092E7E) is unknown color: approx Sapphire. HEX triplet: 09, 2E and 7E. RGB value is (9,46,126). Sum of RGB (Red+Green+Blue) = 9+46+126=181 (23% of max value = 765). Red value is 9 (3.91% from 255 or 4.97% from 181); Green value is 46 (18.36% from 255 or 25.41% from 181); Blue value is 126 (49.61% from 255 or 69.61% from 181); Max value from RGB is 126 - color contains mainly: blue. Hex color #092E7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092E7E is #F6D181. Grayscale: #2B2B2B. Windows color (decimal): -16175490 or 8269321. OLE color: 8269321.

HSL color Cylindrical-coordinate representation of color #092E7E: hue angle of 221.03º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #092E7E is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB946126-
CMYK0.930.6300.51
HSL221.03º86.67%26.47%-
HSV(B)221.03º92.86%49.41%-
XYZ4.863.5220.16-
YUV44.06174.24103-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.97%
GREEN value IS 46 (18.36% from 255) = 25.41%
BLUE value IS 126 (49.61% from 255) = 69.61%
R=4.97%
G=25.41%
B=69.61%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal9461260.930.6300.51221.0386.6726.47
Hex92E7E5D3F033dd571a
Octal11561761357706333512732
Binary100110111011111101011101111111011001111011101101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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