#041F66

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

Shades of Sapphire #041F66

Tints of Sapphire #041F66

Color information

#041F66 (or 0x041F66) is unknown color: approx Sapphire. HEX triplet: 04, 1F and 66. RGB value is (4,31,102). Sum of RGB (Red+Green+Blue) = 4+31+102=137 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.92% from 137); Green value is 31 (12.5% from 255 or 22.63% from 137); Blue value is 102 (40.23% from 255 or 74.45% from 137); Max value from RGB is 102 - color contains mainly: blue. Hex color #041F66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041F66 is #FBE099. Grayscale: #1E1E1E. Windows color (decimal): -16507034 or 6692612. OLE color: 6692612.

HSL color Cylindrical-coordinate representation of color #041F66: hue angle of 223.47º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #041F66 is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB431102-
CMYK0.960.7000.6
HSL223.47º92.45%20.78%-
HSV(B)223.47º96.08%40%-
XYZ2.941.9712.79-
YUV31.02168.05108.73-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.92%
GREEN value IS 31 (12.5% from 255) = 22.63%
BLUE value IS 102 (40.23% from 255) = 74.45%
R=2.92%
G=22.63%
B=74.45%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal4311020.960.7000.6223.4792.4520.78
Hex41F66604603Cdf5c15
Octal43714614010607433713425
Binary10011111110011011000001000110011110011011111101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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