#092E6A

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

Shades of Sapphire #092E6A

Tints of Sapphire #092E6A

Color information

#092E6A (or 0x092E6A) is unknown color: approx Sapphire. HEX triplet: 09, 2E and 6A. RGB value is (9,46,106). Sum of RGB (Red+Green+Blue) = 9+46+106=161 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.59% from 161); Green value is 46 (18.36% from 255 or 28.57% from 161); Blue value is 106 (41.80% from 255 or 65.84% from 161); Max value from RGB is 106 - color contains mainly: blue. Hex color #092E6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092E6A is #F6D195. Grayscale: #292929. Windows color (decimal): -16175510 or 6958601. OLE color: 6958601.

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

Color convert

RGB946106-
CMYK0.920.5700.58
HSL217.11º84.35%22.55%-
HSV(B)217.11º91.51%41.57%-
XYZ3.693.0514.03-
YUV41.78164.24104.62-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.59%
GREEN value IS 46 (18.36% from 255) = 28.57%
BLUE value IS 106 (41.80% from 255) = 65.84%
R=5.59%
G=28.57%
B=65.84%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9461060.920.5700.58217.1184.3522.55
Hex92E6A5C3903Ad95417
Octal11561521347107233112427
Binary100110111011010101011100111001011101011011001101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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