#041D5B

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

Shades of Sapphire #041D5B

Tints of Sapphire #041D5B

Color information

#041D5B (or 0x041D5B) is unknown color: approx Sapphire. HEX triplet: 04, 1D and 5B. RGB value is (4,29,91). Sum of RGB (Red+Green+Blue) = 4+29+91=124 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.23% from 124); Green value is 29 (11.72% from 255 or 23.39% from 124); Blue value is 91 (35.94% from 255 or 73.39% from 124); Max value from RGB is 91 - color contains mainly: blue. Hex color #041D5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041D5B is #FBE2A4. Grayscale: #1C1C1C. Windows color (decimal): -16507557 or 5971204. OLE color: 5971204.

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

Color convert

RGB42991-
CMYK0.960.6800.64
HSL222.76º91.58%18.63%-
HSV(B)222.76º95.6%35.69%-
XYZ2.381.6610.09-
YUV28.59163.22110.46-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.23%
GREEN value IS 29 (11.72% from 255) = 23.39%
BLUE value IS 91 (35.94% from 255) = 73.39%
R=3.23%
G=23.39%
B=73.39%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal429910.960.6800.64222.7691.5818.63
Hex41D5B6044040df5c13
Octal435133140104010033713423
Binary100111011011011110000010001000100000011011111101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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