#092952

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

Shades of Sapphire #092952

Tints of Sapphire #092952

Color information

#092952 (or 0x092952) is unknown color: approx Sapphire. HEX triplet: 09, 29 and 52. RGB value is (9,41,82). Sum of RGB (Red+Green+Blue) = 9+41+82=132 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.82% from 132); Green value is 41 (16.41% from 255 or 31.06% from 132); Blue value is 82 (32.42% from 255 or 62.12% from 132); Max value from RGB is 82 - color contains mainly: blue. Hex color #092952 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092952 is #F6D6AD. Grayscale: #232323. Windows color (decimal): -16176814 or 5384457. OLE color: 5384457.

HSL color Cylindrical-coordinate representation of color #092952: hue angle of 213.7º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #092952 is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB94182-
CMYK0.890.5000.68
HSL213.7º80.22%17.84%-
HSV(B)213.7º89.02%32.16%-
XYZ2.432.258.29-
YUV36.11153.9108.67-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.82%
GREEN value IS 41 (16.41% from 255) = 31.06%
BLUE value IS 82 (32.42% from 255) = 62.12%
R=6.82%
G=31.06%
B=62.12%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal941820.890.5000.68213.780.2217.84
Hex929525932044d65012
Octal115112213162010432612022
Binary1001101001101001010110011100100100010011010110101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092952; }

 p { color: rgb(9,41,82); }

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

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

 a { background-color: rgb(9,41,82); }

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

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

 span { border-color: rgb(9,41,82); }

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