#041561

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

Shades of Sapphire #041561

Tints of Sapphire #041561

Color information

#041561 (or 0x041561) is unknown color: approx Sapphire. HEX triplet: 04, 15 and 61. RGB value is (4,21,97). Sum of RGB (Red+Green+Blue) = 4+21+97=122 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.28% from 122); Green value is 21 (8.59% from 255 or 17.21% from 122); Blue value is 97 (38.28% from 255 or 79.51% from 122); Max value from RGB is 97 - color contains mainly: blue. Hex color #041561 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041561 is #FBEA9E. Grayscale: #181818. Windows color (decimal): -16509599 or 6362372. OLE color: 6362372.

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

Color convert

RGB42197-
CMYK0.960.7800.62
HSL229.03º92.08%19.8%-
HSV(B)229.03º95.88%38.04%-
XYZ2.481.4311.45-
YUV24.58168.87113.32-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.28%
GREEN value IS 21 (8.59% from 255) = 17.21%
BLUE value IS 97 (38.28% from 255) = 79.51%
R=3.28%
G=17.21%
B=79.51%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal421970.960.7800.62229.0392.0819.8
Hex41561604E03Ee55c14
Octal42514114011607634513424
Binary10010101110000111000001001110011111011100101101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041561; }

 p { color: rgb(4,21,97); }

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

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

 a { background-color: rgb(4,21,97); }

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

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

 span { border-color: rgb(4,21,97); }

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