#092B62

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

Shades of Sapphire #092B62

Tints of Sapphire #092B62

Color information

#092B62 (or 0x092B62) is unknown color: approx Sapphire. HEX triplet: 09, 2B and 62. RGB value is (9,43,98). Sum of RGB (Red+Green+Blue) = 9+43+98=150 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6% from 150); Green value is 43 (17.19% from 255 or 28.67% from 150); Blue value is 98 (38.67% from 255 or 65.33% from 150); Max value from RGB is 98 - color contains mainly: blue. Hex color #092B62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092B62 is #F6D49D. Grayscale: #262626. Windows color (decimal): -16176286 or 6433545. OLE color: 6433545.

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

Color convert

RGB94398-
CMYK0.910.5600.62
HSL217.08º83.18%20.98%-
HSV(B)217.08º90.82%38.43%-
XYZ3.182.6711.9-
YUV39.1161.24106.53-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6%
GREEN value IS 43 (17.19% from 255) = 28.67%
BLUE value IS 98 (38.67% from 255) = 65.33%
R=6%
G=28.67%
B=65.33%

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
Decimal943980.910.5600.62217.0883.1820.98
Hex92B625B3803Ed95315
Octal11531421337007633112325
Binary100110101111000101011011111000011111011011001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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