#041B78

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

Shades of Sapphire #041B78

Tints of Sapphire #041B78

Color information

#041B78 (or 0x041B78) is unknown color: approx Sapphire. HEX triplet: 04, 1B and 78. RGB value is (4,27,120). Sum of RGB (Red+Green+Blue) = 4+27+120=151 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.65% from 151); Green value is 27 (10.94% from 255 or 17.88% from 151); Blue value is 120 (47.27% from 255 or 79.47% from 151); Max value from RGB is 120 - color contains mainly: blue. Hex color #041B78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041B78 is #FBE487. Grayscale: #1E1E1E. Windows color (decimal): -16508040 or 7871236. OLE color: 7871236.

HSL color Cylindrical-coordinate representation of color #041B78: hue angle of 228.1º degrees, saturation: 0.94, 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 #041B78 is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB427120-
CMYK0.970.7800.53
HSL228.1º93.55%24.31%-
HSV(B)228.1º96.67%47.06%-
XYZ3.832.1717.99-
YUV30.72178.38108.94-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.65%
GREEN value IS 27 (10.94% from 255) = 17.88%
BLUE value IS 120 (47.27% from 255) = 79.47%
R=2.65%
G=17.88%
B=79.47%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4271200.970.7800.53228.193.5524.31
Hex41B78614E035e45e18
Octal43317014111606534413630
Binary10011011111100011000011001110011010111100100101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041B78; }

 p { color: rgb(4,27,120); }

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

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

 a { background-color: rgb(4,27,120); }

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

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

 span { border-color: rgb(4,27,120); }

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