#041B5F

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

Shades of Sapphire #041B5F

Tints of Sapphire #041B5F

Color information

#041B5F (or 0x041B5F) is unknown color: approx Sapphire. HEX triplet: 04, 1B and 5F. RGB value is (4,27,95). Sum of RGB (Red+Green+Blue) = 4+27+95=126 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.17% from 126); Green value is 27 (10.94% from 255 or 21.43% from 126); Blue value is 95 (37.5% from 255 or 75.40% from 126); Max value from RGB is 95 - color contains mainly: blue. Hex color #041B5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041B5F is #FBE4A0. Grayscale: #1B1B1B. Windows color (decimal): -16508065 or 6232836. OLE color: 6232836.

HSL color Cylindrical-coordinate representation of color #041B5F: hue angle of 224.84º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #041B5F is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB42795-
CMYK0.960.7200.63
HSL224.84º91.92%19.41%-
HSV(B)224.84º95.79%37.25%-
XYZ2.511.6411.01-
YUV27.88165.88110.97-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.17%
GREEN value IS 27 (10.94% from 255) = 21.43%
BLUE value IS 95 (37.5% from 255) = 75.40%
R=3.17%
G=21.43%
B=75.40%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal427950.960.7200.63224.8491.9219.41
Hex41B5F604803Fe15c13
Octal43313714011007734113423
Binary10011011101111111000001001000011111111100001101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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