#041D70

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

Shades of Sapphire #041D70

Tints of Sapphire #041D70

Color information

#041D70 (or 0x041D70) is unknown color: approx Sapphire. HEX triplet: 04, 1D and 70. RGB value is (4,29,112). Sum of RGB (Red+Green+Blue) = 4+29+112=145 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.76% from 145); Green value is 29 (11.72% from 255 or 20% from 145); Blue value is 112 (44.14% from 255 or 77.24% from 145); Max value from RGB is 112 - color contains mainly: blue. Hex color #041D70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041D70 is #FBE28F. Grayscale: #1E1E1E. Windows color (decimal): -16507536 or 7347460. OLE color: 7347460.

HSL color Cylindrical-coordinate representation of color #041D70: hue angle of 226.11º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #041D70 is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB429112-
CMYK0.960.7400.56
HSL226.11º93.1%22.75%-
HSV(B)226.11º96.43%43.92%-
XYZ3.412.0715.55-
YUV30.99173.72108.75-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.76%
GREEN value IS 29 (11.72% from 255) = 20%
BLUE value IS 112 (44.14% from 255) = 77.24%
R=2.76%
G=20%
B=77.24%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4291120.960.7400.56226.1193.122.75
Hex41D70604A038e25d17
Octal43516014011207034213527
Binary10011101111000011000001001010011100011100010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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