#041D4A

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

Shades of Sapphire #041D4A

Tints of Sapphire #041D4A

Color information

#041D4A (or 0x041D4A) is unknown color: approx Sapphire. HEX triplet: 04, 1D and 4A. RGB value is (4,29,74). Sum of RGB (Red+Green+Blue) = 4+29+74=107 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.74% from 107); Green value is 29 (11.72% from 255 or 27.10% from 107); Blue value is 74 (29.30% from 255 or 69.16% from 107); Max value from RGB is 74 - color contains mainly: blue. Hex color #041D4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041D4A is #FBE2B5. Grayscale: #1A1A1A. Windows color (decimal): -16507574 or 4857092. OLE color: 4857092.

HSL color Cylindrical-coordinate representation of color #041D4A: hue angle of 218.57º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #041D4A is Cyan = 0.95, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB42974-
CMYK0.950.6100.71
HSL218.57º89.74%15.29%-
HSV(B)218.57º94.59%29.02%-
XYZ1.731.46.66-
YUV26.66154.72111.84-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.74%
GREEN value IS 29 (11.72% from 255) = 27.10%
BLUE value IS 74 (29.30% from 255) = 69.16%
R=3.74%
G=27.10%
B=69.16%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal429740.950.6100.71218.5789.7415.29
Hex41D4A5F3D047db5af
Octal43511213775010733313217
Binary1001110110010101011111111101010001111101101110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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