#092E67

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

Shades of Sapphire #092E67

Tints of Sapphire #092E67

Color information

#092E67 (or 0x092E67) is unknown color: approx Sapphire. HEX triplet: 09, 2E and 67. RGB value is (9,46,103). Sum of RGB (Red+Green+Blue) = 9+46+103=158 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.70% from 158); Green value is 46 (18.36% from 255 or 29.11% from 158); Blue value is 103 (40.62% from 255 or 65.19% from 158); Max value from RGB is 103 - color contains mainly: blue. Hex color #092E67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092E67 is #F6D198. Grayscale: #292929. Windows color (decimal): -16175513 or 6761993. OLE color: 6761993.

HSL color Cylindrical-coordinate representation of color #092E67: hue angle of 216.38º 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 #092E67 is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB946103-
CMYK0.910.5500.60
HSL216.38º83.93%21.96%-
HSV(B)216.38º91.26%40.39%-
XYZ3.542.9913.22-
YUV41.44162.74104.87-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.70%
GREEN value IS 46 (18.36% from 255) = 29.11%
BLUE value IS 103 (40.62% from 255) = 65.19%
R=5.70%
G=29.11%
B=65.19%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9461030.910.5500.60216.3883.9321.96
Hex92E675B3703Cd85416
Octal11561471336707433012426
Binary100110111011001111011011110111011110011011000101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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