#041F7E

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

Shades of Sapphire #041F7E

Tints of Sapphire #041F7E

Color information

#041F7E (or 0x041F7E) is unknown color: approx Sapphire. HEX triplet: 04, 1F and 7E. RGB value is (4,31,126). Sum of RGB (Red+Green+Blue) = 4+31+126=161 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.48% from 161); Green value is 31 (12.5% from 255 or 19.25% from 161); Blue value is 126 (49.61% from 255 or 78.26% from 161); Max value from RGB is 126 - color contains mainly: blue. Hex color #041F7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041F7E is #FBE081. Grayscale: #212121. Windows color (decimal): -16507010 or 8265476. OLE color: 8265476.

HSL color Cylindrical-coordinate representation of color #041F7E: hue angle of 226.72º 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 #041F7E is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB431126-
CMYK0.970.7500.51
HSL226.72º93.85%25.49%-
HSV(B)226.72º96.83%49.41%-
XYZ4.312.5120-
YUV33.76180.05106.78-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.48%
GREEN value IS 31 (12.5% from 255) = 19.25%
BLUE value IS 126 (49.61% from 255) = 78.26%
R=2.48%
G=19.25%
B=78.26%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal4311260.970.7500.51226.7293.8525.49
Hex41F7E614B033e35e19
Octal43717614111306334313631
Binary10011111111111011000011001011011001111100011101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,31,126); }

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

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

 a { background-color: rgb(4,31,126); }

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

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

 span { border-color: rgb(4,31,126); }

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