#092F6B

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

Shades of Sapphire #092F6B

Tints of Sapphire #092F6B

Color information

#092F6B (or 0x092F6B) is unknown color: approx Sapphire. HEX triplet: 09, 2F and 6B. RGB value is (9,47,107). Sum of RGB (Red+Green+Blue) = 9+47+107=163 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.52% from 163); Green value is 47 (18.75% from 255 or 28.83% from 163); Blue value is 107 (42.19% from 255 or 65.64% from 163); Max value from RGB is 107 - color contains mainly: blue. Hex color #092F6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092F6B is #F6D094. Grayscale: #2A2A2A. Windows color (decimal): -16175253 or 7024393. OLE color: 7024393.

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

Color convert

RGB947107-
CMYK0.920.5600.58
HSL216.73º84.48%22.75%-
HSV(B)216.73º91.59%41.96%-
XYZ3.783.1514.32-
YUV42.48164.41104.12-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.52%
GREEN value IS 47 (18.75% from 255) = 28.83%
BLUE value IS 107 (42.19% from 255) = 65.64%
R=5.52%
G=28.83%
B=65.64%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9471070.920.5600.58216.7384.4822.75
Hex92F6B5C3803Ad95417
Octal11571531347007233112427
Binary100110111111010111011100111000011101011011001101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,47,107); }

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

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

 a { background-color: rgb(9,47,107); }

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

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

 span { border-color: rgb(9,47,107); }

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