#092B61

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

Shades of Sapphire #092B61

Tints of Sapphire #092B61

Color information

#092B61 (or 0x092B61) is unknown color: approx Sapphire. HEX triplet: 09, 2B and 61. RGB value is (9,43,97). Sum of RGB (Red+Green+Blue) = 9+43+97=149 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.04% from 149); Green value is 43 (17.19% from 255 or 28.86% from 149); Blue value is 97 (38.28% from 255 or 65.10% from 149); Max value from RGB is 97 - color contains mainly: blue. Hex color #092B61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092B61 is #F6D49E. Grayscale: #262626. Windows color (decimal): -16176287 or 6368009. OLE color: 6368009.

HSL color Cylindrical-coordinate representation of color #092B61: hue angle of 216.82º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #092B61 is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB94397-
CMYK0.910.5600.62
HSL216.82º83.02%20.78%-
HSV(B)216.82º90.72%38.04%-
XYZ3.132.6511.66-
YUV38.99160.74106.61-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.04%
GREEN value IS 43 (17.19% from 255) = 28.86%
BLUE value IS 97 (38.28% from 255) = 65.10%
R=6.04%
G=28.86%
B=65.10%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal943970.910.5600.62216.8283.0220.78
Hex92B615B3803Ed95315
Octal11531411337007633112325
Binary100110101111000011011011111000011111011011001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,43,97); }

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

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

 a { background-color: rgb(9,43,97); }

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

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

 span { border-color: rgb(9,43,97); }

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