#041575

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

Shades of Sapphire #041575

Tints of Sapphire #041575

Color information

#041575 (or 0x041575) is unknown color: approx Sapphire. HEX triplet: 04, 15 and 75. RGB value is (4,21,117). Sum of RGB (Red+Green+Blue) = 4+21+117=142 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.82% from 142); Green value is 21 (8.59% from 255 or 14.79% from 142); Blue value is 117 (46.09% from 255 or 82.39% from 142); Max value from RGB is 117 - color contains mainly: blue. Hex color #041575 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041575 is #FBEA8A. Grayscale: #1A1A1A. Windows color (decimal): -16509579 or 7673092. OLE color: 7673092.

HSL color Cylindrical-coordinate representation of color #041575: hue angle of 230.97º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041575 is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB421117-
CMYK0.970.8200.54
HSL230.97º93.39%23.73%-
HSV(B)230.97º96.58%45.88%-
XYZ3.531.8517-
YUV26.86178.87111.69-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.82%
GREEN value IS 21 (8.59% from 255) = 14.79%
BLUE value IS 117 (46.09% from 255) = 82.39%
R=2.82%
G=14.79%
B=82.39%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4211170.970.8200.54230.9793.3923.73
Hex415756152036e75d18
Octal42516514112206634713530
Binary10010101111010111000011010010011011011100111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041575; }

 p { color: rgb(4,21,117); }

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

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

 a { background-color: rgb(4,21,117); }

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

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

 span { border-color: rgb(4,21,117); }

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