#041257

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

Shades of Sapphire #041257

Tints of Sapphire #041257

Color information

#041257 (or 0x041257) is unknown color: approx Sapphire. HEX triplet: 04, 12 and 57. RGB value is (4,18,87). Sum of RGB (Red+Green+Blue) = 4+18+87=109 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.67% from 109); Green value is 18 (7.42% from 255 or 16.51% from 109); Blue value is 87 (34.38% from 255 or 79.82% from 109); Max value from RGB is 87 - color contains mainly: blue. Hex color #041257 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041257 is #FBEDA8. Grayscale: #151515. Windows color (decimal): -16510377 or 5706244. OLE color: 5706244.

HSL color Cylindrical-coordinate representation of color #041257: hue angle of 229.88º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #041257 is Cyan = 0.95, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB41887-
CMYK0.950.7900.66
HSL229.88º91.21%17.84%-
HSV(B)229.88º95.4%34.12%-
XYZ1.991.159.13-
YUV21.68164.86115.39-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.67%
GREEN value IS 18 (7.42% from 255) = 16.51%
BLUE value IS 87 (34.38% from 255) = 79.82%
R=3.67%
G=16.51%
B=79.82%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal418870.950.7900.66229.8891.2117.84
Hex412575F4F042e65b12
Octal422127137117010234613322
Binary100100101010111101111110011110100001011100110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041257; }

 p { color: rgb(4,18,87); }

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

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

 a { background-color: rgb(4,18,87); }

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

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

 span { border-color: rgb(4,18,87); }

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