#041254

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

Shades of Sapphire #041254

Tints of Sapphire #041254

Color information

#041254 (or 0x041254) is unknown color: approx Sapphire. HEX triplet: 04, 12 and 54. RGB value is (4,18,84). Sum of RGB (Red+Green+Blue) = 4+18+84=106 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.77% from 106); Green value is 18 (7.42% from 255 or 16.98% from 106); Blue value is 84 (33.20% from 255 or 79.25% from 106); Max value from RGB is 84 - color contains mainly: blue. Hex color #041254 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041254 is #FBEDAB. Grayscale: #151515. Windows color (decimal): -16510380 or 5509636. OLE color: 5509636.

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

Color convert

RGB41884-
CMYK0.950.7900.67
HSL229.5º90.91%17.25%-
HSV(B)229.5º95.24%32.94%-
XYZ1.871.18.5-
YUV21.34163.36115.63-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.77%
GREEN value IS 18 (7.42% from 255) = 16.98%
BLUE value IS 84 (33.20% from 255) = 79.25%
R=3.77%
G=16.98%
B=79.25%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal418840.950.7900.67229.590.9117.25
Hex412545F4F043e65b11
Octal422124137117010334613321
Binary100100101010100101111110011110100001111100110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041254; }

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

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

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

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

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

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

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

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