#052978

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

Shades of Sapphire #052978

Tints of Sapphire #052978

Color information

#052978 (or 0x052978) is unknown color: approx Sapphire. HEX triplet: 05, 29 and 78. RGB value is (5,41,120). Sum of RGB (Red+Green+Blue) = 5+41+120=166 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.01% from 166); Green value is 41 (16.41% from 255 or 24.70% from 166); Blue value is 120 (47.27% from 255 or 72.29% from 166); Max value from RGB is 120 - color contains mainly: blue. Hex color #052978 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052978 is #FAD687. Grayscale: #262626. Windows color (decimal): -16438920 or 7874821. OLE color: 7874821.

HSL color Cylindrical-coordinate representation of color #052978: hue angle of 221.22º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052978 is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB541120-
CMYK0.960.6600.53
HSL221.22º92%24.51%-
HSV(B)221.22º95.83%47.06%-
XYZ4.252.9718.12-
YUV39.24173.57103.58-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.01%
GREEN value IS 41 (16.41% from 255) = 24.70%
BLUE value IS 120 (47.27% from 255) = 72.29%
R=3.01%
G=24.70%
B=72.29%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5411200.960.6600.53221.229224.51
Hex529786042035dd5c19
Octal55117014010206533513431
Binary101101001111100011000001000010011010111011101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052978; }

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

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

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

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

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

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

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

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