#092A5A

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

Shades of Sapphire #092A5A

Tints of Sapphire #092A5A

Color information

#092A5A (or 0x092A5A) is unknown color: approx Sapphire. HEX triplet: 09, 2A and 5A. RGB value is (9,42,90). Sum of RGB (Red+Green+Blue) = 9+42+90=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 42 (16.80% from 255 or 29.79% from 141); Blue value is 90 (35.55% from 255 or 63.83% from 141); Max value from RGB is 90 - color contains mainly: blue. Hex color #092A5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092A5A is #F6D5A5. Grayscale: #252525. Windows color (decimal): -16176550 or 5909001. OLE color: 5909001.

HSL color Cylindrical-coordinate representation of color #092A5A: hue angle of 215.56º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #092A5A is Cyan = 0.9, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB94290-
CMYK0.90.5300.65
HSL215.56º81.82%19.41%-
HSV(B)215.56º90%35.29%-
XYZ2.792.4510-
YUV37.6157.57107.6-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.38%
GREEN value IS 42 (16.80% from 255) = 29.79%
BLUE value IS 90 (35.55% from 255) = 63.83%
R=6.38%
G=29.79%
B=63.83%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal942900.90.5300.65215.5681.8219.41
Hex92A5A5A35041d85213
Octal115213213265010133012223
Binary1001101010101101010110101101010100000111011000101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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