#041F60

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

Shades of Sapphire #041F60

Tints of Sapphire #041F60

Color information

#041F60 (or 0x041F60) is unknown color: approx Sapphire. HEX triplet: 04, 1F and 60. RGB value is (4,31,96). Sum of RGB (Red+Green+Blue) = 4+31+96=131 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.05% from 131); Green value is 31 (12.5% from 255 or 23.66% from 131); Blue value is 96 (37.89% from 255 or 73.28% from 131); Max value from RGB is 96 - color contains mainly: blue. Hex color #041F60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041F60 is #FBE09F. Grayscale: #1E1E1E. Windows color (decimal): -16507040 or 6299396. OLE color: 6299396.

HSL color Cylindrical-coordinate representation of color #041F60: hue angle of 222.39º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #041F60 is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB43196-
CMYK0.960.6800.62
HSL222.39º92%19.61%-
HSV(B)222.39º95.83%37.65%-
XYZ2.651.8511.28-
YUV30.34165.05109.21-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.05%
GREEN value IS 31 (12.5% from 255) = 23.66%
BLUE value IS 96 (37.89% from 255) = 73.28%
R=3.05%
G=23.66%
B=73.28%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal431960.960.6800.62222.399219.61
Hex41F60604403Ede5c14
Octal43714014010407633613424
Binary10011111110000011000001000100011111011011110101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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