#041D7D

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

Shades of Sapphire #041D7D

Tints of Sapphire #041D7D

Color information

#041D7D (or 0x041D7D) is unknown color: approx Sapphire. HEX triplet: 04, 1D and 7D. RGB value is (4,29,125). Sum of RGB (Red+Green+Blue) = 4+29+125=158 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.53% from 158); Green value is 29 (11.72% from 255 or 18.35% from 158); Blue value is 125 (49.22% from 255 or 79.11% from 158); Max value from RGB is 125 - color contains mainly: blue. Hex color #041D7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041D7D is #FBE282. Grayscale: #202020. Windows color (decimal): -16507523 or 8199428. OLE color: 8199428.

HSL color Cylindrical-coordinate representation of color #041D7D: hue angle of 227.6º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041D7D is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB429125-
CMYK0.970.7700.51
HSL227.6º93.8%25.29%-
HSV(B)227.6º96.8%49.02%-
XYZ4.192.3919.64-
YUV32.47180.22107.69-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.53%
GREEN value IS 29 (11.72% from 255) = 18.35%
BLUE value IS 125 (49.22% from 255) = 79.11%
R=2.53%
G=18.35%
B=79.11%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal4291250.970.7700.51227.693.825.29
Hex41D7D614D033e45e19
Octal43517514111506334413631
Binary10011101111110111000011001101011001111100100101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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