#041455

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

Shades of Sapphire #041455

Tints of Sapphire #041455

Color information

#041455 (or 0x041455) is unknown color: approx Sapphire. HEX triplet: 04, 14 and 55. RGB value is (4,20,85). Sum of RGB (Red+Green+Blue) = 4+20+85=109 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.67% from 109); Green value is 20 (8.20% from 255 or 18.35% from 109); Blue value is 85 (33.59% from 255 or 77.98% from 109); Max value from RGB is 85 - color contains mainly: blue. Hex color #041455 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041455 is #FBEBAA. Grayscale: #161616. Windows color (decimal): -16509867 or 5575684. OLE color: 5575684.

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

Color convert

RGB42085-
CMYK0.950.7600.67
HSL228.15º91.01%17.45%-
HSV(B)228.15º95.29%33.33%-
XYZ1.941.188.72-
YUV22.63163.2114.71-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.67%
GREEN value IS 20 (8.20% from 255) = 18.35%
BLUE value IS 85 (33.59% from 255) = 77.98%
R=3.67%
G=18.35%
B=77.98%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal420850.950.7600.67228.1591.0117.45
Hex414555F4C043e45b11
Octal424125137114010334413321
Binary100101001010101101111110011000100001111100100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041455; }

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

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

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

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

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

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

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

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