#041A75

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

Shades of Sapphire #041A75

Tints of Sapphire #041A75

Color information

#041A75 (or 0x041A75) is unknown color: approx Sapphire. HEX triplet: 04, 1A and 75. RGB value is (4,26,117). Sum of RGB (Red+Green+Blue) = 4+26+117=147 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.72% from 147); Green value is 26 (10.55% from 255 or 17.69% from 147); Blue value is 117 (46.09% from 255 or 79.59% from 147); Max value from RGB is 117 - color contains mainly: blue. Hex color #041A75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041A75 is #FBE58A. Grayscale: #1D1D1D. Windows color (decimal): -16508299 or 7674372. OLE color: 7674372.

HSL color Cylindrical-coordinate representation of color #041A75: hue angle of 228.32º 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 #041A75 is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB426117-
CMYK0.970.7800.54
HSL228.32º93.39%23.73%-
HSV(B)228.32º96.58%45.88%-
XYZ3.632.0517.03-
YUV29.8177.21109.6-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.72%
GREEN value IS 26 (10.55% from 255) = 17.69%
BLUE value IS 117 (46.09% from 255) = 79.59%
R=2.72%
G=17.69%
B=79.59%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4261170.970.7800.54228.3293.3923.73
Hex41A75614E036e45d18
Octal43216514111606634413530
Binary10011010111010111000011001110011011011100100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041A75; }

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

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

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

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

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

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

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

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