#041550

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

Shades of Sapphire #041550

Tints of Sapphire #041550

Color information

#041550 (or 0x041550) is unknown color: approx Sapphire. HEX triplet: 04, 15 and 50. RGB value is (4,21,80). Sum of RGB (Red+Green+Blue) = 4+21+80=105 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.81% from 105); Green value is 21 (8.59% from 255 or 20% from 105); Blue value is 80 (31.64% from 255 or 76.19% from 105); Max value from RGB is 80 - color contains mainly: blue. Hex color #041550 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041550 is #FBEAAF. Grayscale: #161616. Windows color (decimal): -16509616 or 5248260. OLE color: 5248260.

HSL color Cylindrical-coordinate representation of color #041550: hue angle of 226.58º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #041550 is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB42180-
CMYK0.950.7400.69
HSL226.58º90.48%16.47%-
HSV(B)226.58º95%31.37%-
XYZ1.771.147.72-
YUV22.64160.37114.7-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.81%
GREEN value IS 21 (8.59% from 255) = 20%
BLUE value IS 80 (31.64% from 255) = 76.19%
R=3.81%
G=20%
B=76.19%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal421800.950.7400.69226.5890.4816.47
Hex415505F4A045e35a10
Octal425120137112010534313220
Binary100101011010000101111110010100100010111100011101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041550; }

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

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

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

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

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

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

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

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