#041651

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

Shades of Sapphire #041651

Tints of Sapphire #041651

Color information

#041651 (or 0x041651) is unknown color: approx Sapphire. HEX triplet: 04, 16 and 51. RGB value is (4,22,81). Sum of RGB (Red+Green+Blue) = 4+22+81=107 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.74% from 107); Green value is 22 (8.98% from 255 or 20.56% from 107); Blue value is 81 (32.03% from 255 or 75.70% from 107); Max value from RGB is 81 - color contains mainly: blue. Hex color #041651 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041651 is #FBE9AE. Grayscale: #171717. Windows color (decimal): -16509359 or 5314052. OLE color: 5314052.

HSL color Cylindrical-coordinate representation of color #041651: hue angle of 225.97º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #041651 is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB42281-
CMYK0.950.7300.68
HSL225.97º90.59%16.67%-
HSV(B)225.97º95.06%31.76%-
XYZ1.821.197.92-
YUV23.34160.54114.2-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.74%
GREEN value IS 22 (8.98% from 255) = 20.56%
BLUE value IS 81 (32.03% from 255) = 75.70%
R=3.74%
G=20.56%
B=75.70%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal422810.950.7300.68225.9790.5916.67
Hex416515F49044e25b11
Octal426121137111010434213321
Binary100101101010001101111110010010100010011100010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041651; }

 p { color: rgb(4,22,81); }

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

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

 a { background-color: rgb(4,22,81); }

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

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

 span { border-color: rgb(4,22,81); }

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