#092A5C

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

Shades of Sapphire #092A5C

Tints of Sapphire #092A5C

Color information

#092A5C (or 0x092A5C) is unknown color: approx Sapphire. HEX triplet: 09, 2A and 5C. RGB value is (9,42,92). Sum of RGB (Red+Green+Blue) = 9+42+92=143 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.29% from 143); Green value is 42 (16.80% from 255 or 29.37% from 143); Blue value is 92 (36.33% from 255 or 64.34% from 143); Max value from RGB is 92 - color contains mainly: blue. Hex color #092A5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092A5C is #F6D5A3. Grayscale: #252525. Windows color (decimal): -16176548 or 6040073. OLE color: 6040073.

HSL color Cylindrical-coordinate representation of color #092A5C: hue angle of 216.14º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #092A5C is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB94292-
CMYK0.900.5400.64
HSL216.14º82.18%19.8%-
HSV(B)216.14º90.22%36.08%-
XYZ2.872.4910.45-
YUV37.83158.57107.43-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.29%
GREEN value IS 42 (16.80% from 255) = 29.37%
BLUE value IS 92 (36.33% from 255) = 64.34%
R=6.29%
G=29.37%
B=64.34%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal942920.900.5400.64216.1482.1819.8
Hex92A5C5A36040d85214
Octal115213413266010033012224
Binary1001101010101110010110101101100100000011011000101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,42,92); }

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

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

 a { background-color: rgb(9,42,92); }

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

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

 span { border-color: rgb(9,42,92); }

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