#041C81

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

Shades of Sapphire #041C81

Tints of Sapphire #041C81

Color information

#041C81 (or 0x041C81) is unknown color: approx Sapphire. HEX triplet: 04, 1C and 81. RGB value is (4,28,129). Sum of RGB (Red+Green+Blue) = 4+28+129=161 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.48% from 161); Green value is 28 (11.33% from 255 or 17.39% from 161); Blue value is 129 (50.78% from 255 or 80.12% from 161); Max value from RGB is 129 - color contains mainly: blue. Hex color #041C81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #041C81 is #FBE37E. Grayscale: #1F1F1F. Windows color (decimal): -16507775 or 8461316. OLE color: 8461316.

HSL color Cylindrical-coordinate representation of color #041C81: hue angle of 228.48º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041C81 is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB428129-
CMYK0.970.7800.49
HSL228.48º93.98%26.08%-
HSV(B)228.48º96.9%50.59%-
XYZ4.432.4421.01-
YUV32.34182.55107.79-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.48%
GREEN value IS 28 (11.33% from 255) = 17.39%
BLUE value IS 129 (50.78% from 255) = 80.12%
R=2.48%
G=17.39%
B=80.12%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4281290.970.7800.49228.4893.9826.08
Hex41C81614E031e45e1a
Octal43420114111606134413632
Binary100111001000000111000011001110011000111100100101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,28,129); }

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

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

 a { background-color: rgb(4,28,129); }

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

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

 span { border-color: rgb(4,28,129); }

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