#092D6B

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

Shades of Sapphire #092D6B

Tints of Sapphire #092D6B

Color information

#092D6B (or 0x092D6B) is unknown color: approx Sapphire. HEX triplet: 09, 2D and 6B. RGB value is (9,45,107). Sum of RGB (Red+Green+Blue) = 9+45+107=161 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.59% from 161); Green value is 45 (17.97% from 255 or 27.95% from 161); Blue value is 107 (42.19% from 255 or 66.46% from 161); Max value from RGB is 107 - color contains mainly: blue. Hex color #092D6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092D6B is #F6D294. Grayscale: #292929. Windows color (decimal): -16175765 or 7023881. OLE color: 7023881.

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

Color convert

RGB945107-
CMYK0.920.5800.58
HSL217.96º84.48%22.75%-
HSV(B)217.96º91.59%41.96%-
XYZ3.7314.29-
YUV41.3165.07104.96-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.59%
GREEN value IS 45 (17.97% from 255) = 27.95%
BLUE value IS 107 (42.19% from 255) = 66.46%
R=5.59%
G=27.95%
B=66.46%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9451070.920.5800.58217.9684.4822.75
Hex92D6B5C3A03Ada5417
Octal11551531347207233212427
Binary100110110111010111011100111010011101011011010101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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