#05295A

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

Shades of Sapphire #05295A

Tints of Sapphire #05295A

Color information

#05295A (or 0x05295A) is unknown color: approx Sapphire. HEX triplet: 05, 29 and 5A. RGB value is (5,41,90). Sum of RGB (Red+Green+Blue) = 5+41+90=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 41 (16.41% from 255 or 30.15% from 136); Blue value is 90 (35.55% from 255 or 66.18% from 136); Max value from RGB is 90 - color contains mainly: blue. Hex color #05295A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05295A is #FAD6A5. Grayscale: #232323. Windows color (decimal): -16438950 or 5908741. OLE color: 5908741.

HSL color Cylindrical-coordinate representation of color #05295A: hue angle of 214.59º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05295A is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB54190-
CMYK0.940.5400.65
HSL214.59º89.47%18.63%-
HSV(B)214.59º94.44%35.29%-
XYZ2.72.369.99-
YUV35.82158.57106.02-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.68%
GREEN value IS 41 (16.41% from 255) = 30.15%
BLUE value IS 90 (35.55% from 255) = 66.18%
R=3.68%
G=30.15%
B=66.18%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal541900.940.5400.65214.5989.4718.63
Hex5295A5E36041d75913
Octal55113213666010132713123
Binary101101001101101010111101101100100000111010111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05295A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05295A; }

 p { color: rgb(5,41,90); }

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

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

 a { background-color: rgb(5,41,90); }

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

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

 span { border-color: rgb(5,41,90); }

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