#05285E

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

Shades of Sapphire #05285E

Tints of Sapphire #05285E

Color information

#05285E (or 0x05285E) is unknown color: approx Sapphire. HEX triplet: 05, 28 and 5E. RGB value is (5,40,94). Sum of RGB (Red+Green+Blue) = 5+40+94=139 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.60% from 139); Green value is 40 (16.02% from 255 or 28.78% from 139); Blue value is 94 (37.11% from 255 or 67.63% from 139); Max value from RGB is 94 - color contains mainly: blue. Hex color #05285E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05285E is #FAD7A1. Grayscale: #232323. Windows color (decimal): -16439202 or 6170629. OLE color: 6170629.

HSL color Cylindrical-coordinate representation of color #05285E: hue angle of 216.4º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05285E is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB54094-
CMYK0.950.5700.63
HSL216.4º89.9%19.41%-
HSV(B)216.4º94.68%36.86%-
XYZ2.842.3610.9-
YUV35.69160.9106.11-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.60%
GREEN value IS 40 (16.02% from 255) = 28.78%
BLUE value IS 94 (37.11% from 255) = 67.63%
R=3.60%
G=28.78%
B=67.63%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal540940.950.5700.63216.489.919.41
Hex5285E5F3903Fd85a13
Octal5501361377107733013223
Binary10110100010111101011111111001011111111011000101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05285E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05285E; }

 p { color: rgb(5,40,94); }

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

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

 a { background-color: rgb(5,40,94); }

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

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

 span { border-color: rgb(5,40,94); }

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