#092D6D

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

Shades of Sapphire #092D6D

Tints of Sapphire #092D6D

Color information

#092D6D (or 0x092D6D) is unknown color: approx Sapphire. HEX triplet: 09, 2D and 6D. RGB value is (9,45,109). Sum of RGB (Red+Green+Blue) = 9+45+109=163 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.52% from 163); Green value is 45 (17.97% from 255 or 27.61% from 163); Blue value is 109 (42.97% from 255 or 66.87% from 163); Max value from RGB is 109 - color contains mainly: blue. Hex color #092D6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092D6D is #F6D292. Grayscale: #292929. Windows color (decimal): -16175763 or 7154953. OLE color: 7154953.

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

Color convert

RGB945109-
CMYK0.920.5900.57
HSL218.4º84.75%23.14%-
HSV(B)218.4º91.74%42.75%-
XYZ3.813.0414.85-
YUV41.53166.07104.8-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.52%
GREEN value IS 45 (17.97% from 255) = 27.61%
BLUE value IS 109 (42.97% from 255) = 66.87%
R=5.52%
G=27.61%
B=66.87%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal9451090.920.5900.57218.484.7523.14
Hex92D6D5C3B039da5517
Octal11551551347307133212527
Binary100110110111011011011100111011011100111011010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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