#041D56

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

Shades of Sapphire #041D56

Tints of Sapphire #041D56

Color information

#041D56 (or 0x041D56) is unknown color: approx Sapphire. HEX triplet: 04, 1D and 56. RGB value is (4,29,86). Sum of RGB (Red+Green+Blue) = 4+29+86=119 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.36% from 119); Green value is 29 (11.72% from 255 or 24.37% from 119); Blue value is 86 (33.98% from 255 or 72.27% from 119); Max value from RGB is 86 - color contains mainly: blue. Hex color #041D56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041D56 is #FBE2A9. Grayscale: #1B1B1B. Windows color (decimal): -16507562 or 5643524. OLE color: 5643524.

HSL color Cylindrical-coordinate representation of color #041D56: hue angle of 221.71º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #041D56 is Cyan = 0.95, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB42986-
CMYK0.950.6600.66
HSL221.71º91.11%17.65%-
HSV(B)221.71º95.35%33.73%-
XYZ2.171.588.99-
YUV28.02160.72110.87-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.36%
GREEN value IS 29 (11.72% from 255) = 24.37%
BLUE value IS 86 (33.98% from 255) = 72.27%
R=3.36%
G=24.37%
B=72.27%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal429860.950.6600.66221.7191.1117.65
Hex41D565F42042de5b12
Octal435126137102010233613322
Binary100111011010110101111110000100100001011011110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,29,86); }

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

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

 a { background-color: rgb(4,29,86); }

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

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

 span { border-color: rgb(4,29,86); }

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