#041A4A

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

Shades of Sapphire #041A4A

Tints of Sapphire #041A4A

Color information

#041A4A (or 0x041A4A) is unknown color: approx Sapphire. HEX triplet: 04, 1A and 4A. RGB value is (4,26,74). Sum of RGB (Red+Green+Blue) = 4+26+74=104 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.85% from 104); Green value is 26 (10.55% from 255 or 25% from 104); Blue value is 74 (29.30% from 255 or 71.15% from 104); Max value from RGB is 74 - color contains mainly: blue. Hex color #041A4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041A4A is #FBE5B5. Grayscale: #181818. Windows color (decimal): -16508342 or 4856324. OLE color: 4856324.

HSL color Cylindrical-coordinate representation of color #041A4A: hue angle of 221.14º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #041A4A is Cyan = 0.95, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB42674-
CMYK0.950.6500.71
HSL221.14º89.74%15.29%-
HSV(B)221.14º94.59%29.02%-
XYZ1.661.266.63-
YUV24.89155.71113.1-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.85%
GREEN value IS 26 (10.55% from 255) = 25%
BLUE value IS 74 (29.30% from 255) = 71.15%
R=3.85%
G=25%
B=71.15%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal426740.950.6500.71221.1489.7415.29
Hex41A4A5F41047dd5af
Octal432112137101010733513217
Binary10011010100101010111111000001010001111101110110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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