#041F75

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

Shades of Sapphire #041F75

Tints of Sapphire #041F75

Color information

#041F75 (or 0x041F75) is unknown color: approx Sapphire. HEX triplet: 04, 1F and 75. RGB value is (4,31,117). Sum of RGB (Red+Green+Blue) = 4+31+117=152 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.63% from 152); Green value is 31 (12.5% from 255 or 20.39% from 152); Blue value is 117 (46.09% from 255 or 76.97% from 152); Max value from RGB is 117 - color contains mainly: blue. Hex color #041F75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041F75 is #FBE08A. Grayscale: #202020. Windows color (decimal): -16507019 or 7675652. OLE color: 7675652.

HSL color Cylindrical-coordinate representation of color #041F75: hue angle of 225.66º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041F75 is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB431117-
CMYK0.970.7400.54
HSL225.66º93.39%23.73%-
HSV(B)225.66º96.58%45.88%-
XYZ3.752.2917.07-
YUV32.73175.55107.51-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.63%
GREEN value IS 31 (12.5% from 255) = 20.39%
BLUE value IS 117 (46.09% from 255) = 76.97%
R=2.63%
G=20.39%
B=76.97%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4311170.970.7400.54225.6693.3923.73
Hex41F75614A036e25d18
Octal43716514111206634213530
Binary10011111111010111000011001010011011011100010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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