#092F6D

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

Shades of Sapphire #092F6D

Tints of Sapphire #092F6D

Color information

#092F6D (or 0x092F6D) is unknown color: approx Sapphire. HEX triplet: 09, 2F and 6D. RGB value is (9,47,109). Sum of RGB (Red+Green+Blue) = 9+47+109=165 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.45% from 165); Green value is 47 (18.75% from 255 or 28.48% from 165); Blue value is 109 (42.97% from 255 or 66.06% from 165); Max value from RGB is 109 - color contains mainly: blue. Hex color #092F6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092F6D is #F6D092. Grayscale: #2A2A2A. Windows color (decimal): -16175251 or 7155465. OLE color: 7155465.

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

Color convert

RGB947109-
CMYK0.920.5700.57
HSL217.2º84.75%23.14%-
HSV(B)217.2º91.74%42.75%-
XYZ3.893.214.88-
YUV42.71165.41103.96-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.45%
GREEN value IS 47 (18.75% from 255) = 28.48%
BLUE value IS 109 (42.97% from 255) = 66.06%
R=5.45%
G=28.48%
B=66.06%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal9471090.920.5700.57217.284.7523.14
Hex92F6D5C39039d95517
Octal11571551347107133112527
Binary100110111111011011011100111001011100111011001101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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