#041977

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

Shades of Sapphire #041977

Tints of Sapphire #041977

Color information

#041977 (or 0x041977) is unknown color: approx Sapphire. HEX triplet: 04, 19 and 77. RGB value is (4,25,119). Sum of RGB (Red+Green+Blue) = 4+25+119=148 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.70% from 148); Green value is 25 (10.16% from 255 or 16.89% from 148); Blue value is 119 (46.88% from 255 or 80.41% from 148); Max value from RGB is 119 - color contains mainly: blue. Hex color #041977 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041977 is #FBE688. Grayscale: #1D1D1D. Windows color (decimal): -16508553 or 7805188. OLE color: 7805188.

HSL color Cylindrical-coordinate representation of color #041977: hue angle of 229.04º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041977 is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB425119-
CMYK0.970.7900.53
HSL229.04º93.5%24.12%-
HSV(B)229.04º96.64%46.67%-
XYZ3.732.0517.65-
YUV29.44178.54109.86-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.70%
GREEN value IS 25 (10.16% from 255) = 16.89%
BLUE value IS 119 (46.88% from 255) = 80.41%
R=2.70%
G=16.89%
B=80.41%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4251190.970.7900.53229.0493.524.12
Hex41977614F035e55d18
Octal43116714111706534513530
Binary10011001111011111000011001111011010111100101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041977; }

 p { color: rgb(4,25,119); }

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

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

 a { background-color: rgb(4,25,119); }

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

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

 span { border-color: rgb(4,25,119); }

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