#041255

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

Shades of Sapphire #041255

Tints of Sapphire #041255

Color information

#041255 (or 0x041255) is unknown color: approx Sapphire. HEX triplet: 04, 12 and 55. RGB value is (4,18,85). Sum of RGB (Red+Green+Blue) = 4+18+85=107 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.74% from 107); Green value is 18 (7.42% from 255 or 16.82% from 107); Blue value is 85 (33.59% from 255 or 79.44% from 107); Max value from RGB is 85 - color contains mainly: blue. Hex color #041255 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041255 is #FBEDAA. Grayscale: #151515. Windows color (decimal): -16510379 or 5575172. OLE color: 5575172.

HSL color Cylindrical-coordinate representation of color #041255: hue angle of 229.63º 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 #041255 is Cyan = 0.95, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB41885-
CMYK0.950.7900.67
HSL229.63º91.01%17.45%-
HSV(B)229.63º95.29%33.33%-
XYZ1.911.118.71-
YUV21.45163.86115.55-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.74%
GREEN value IS 18 (7.42% from 255) = 16.82%
BLUE value IS 85 (33.59% from 255) = 79.44%
R=3.74%
G=16.82%
B=79.44%

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
Decimal418850.950.7900.67229.6391.0117.45
Hex412555F4F043e65b11
Octal422125137117010334613321
Binary100100101010101101111110011110100001111100110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041255; }

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

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

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

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

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

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

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

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