#041F6C

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

Shades of Sapphire #041F6C

Tints of Sapphire #041F6C

Color information

#041F6C (or 0x041F6C) is unknown color: approx Sapphire. HEX triplet: 04, 1F and 6C. RGB value is (4,31,108). Sum of RGB (Red+Green+Blue) = 4+31+108=143 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.80% from 143); Green value is 31 (12.5% from 255 or 21.68% from 143); Blue value is 108 (42.58% from 255 or 75.52% from 143); Max value from RGB is 108 - color contains mainly: blue. Hex color #041F6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041F6C is #FBE093. Grayscale: #1F1F1F. Windows color (decimal): -16507028 or 7085828. OLE color: 7085828.

HSL color Cylindrical-coordinate representation of color #041F6C: hue angle of 224.42º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #041F6C is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB431108-
CMYK0.960.7100.58
HSL224.42º92.86%21.96%-
HSV(B)224.42º96.3%42.35%-
XYZ3.252.0914.42-
YUV31.7171.05108.24-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.80%
GREEN value IS 31 (12.5% from 255) = 21.68%
BLUE value IS 108 (42.58% from 255) = 75.52%
R=2.80%
G=21.68%
B=75.52%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4311080.960.7100.58224.4292.8621.96
Hex41F6C604703Ae05d16
Octal43715414010707234013526
Binary10011111110110011000001000111011101011100000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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