#041F62

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

Shades of Sapphire #041F62

Tints of Sapphire #041F62

Color information

#041F62 (or 0x041F62) is unknown color: approx Sapphire. HEX triplet: 04, 1F and 62. RGB value is (4,31,98). Sum of RGB (Red+Green+Blue) = 4+31+98=133 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.01% from 133); Green value is 31 (12.5% from 255 or 23.31% from 133); Blue value is 98 (38.67% from 255 or 73.68% from 133); Max value from RGB is 98 - color contains mainly: blue. Hex color #041F62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041F62 is #FBE09D. Grayscale: #1E1E1E. Windows color (decimal): -16507038 or 6430468. OLE color: 6430468.

HSL color Cylindrical-coordinate representation of color #041F62: hue angle of 222.77º 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 #041F62 is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB43198-
CMYK0.960.6800.62
HSL222.77º92.16%20%-
HSV(B)222.77º95.92%38.43%-
XYZ2.741.8911.77-
YUV30.56166.05109.05-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.01%
GREEN value IS 31 (12.5% from 255) = 23.31%
BLUE value IS 98 (38.67% from 255) = 73.68%
R=3.01%
G=23.31%
B=73.68%

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
Decimal431980.960.6800.62222.7792.1620
Hex41F62604403Edf5c14
Octal43714214010407633713424
Binary10011111110001011000001000100011111011011111101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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