#041A86

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

Shades of Ultramarine #041A86

Tints of Ultramarine #041A86

Color information

#041A86 (or 0x041A86) is unknown color: approx Ultramarine. HEX triplet: 04, 1A and 86. RGB value is (4,26,134). Sum of RGB (Red+Green+Blue) = 4+26+134=164 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.44% from 164); Green value is 26 (10.55% from 255 or 15.85% from 164); Blue value is 134 (52.73% from 255 or 81.71% from 164); Max value from RGB is 134 - color contains mainly: blue. Hex color #041A86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #041A86 is #FBE579. Grayscale: #1F1F1F. Windows color (decimal): -16508282 or 8788484. OLE color: 8788484.

HSL color Cylindrical-coordinate representation of color #041A86: hue angle of 229.85º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041A86 is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB426134-
CMYK0.970.8100.47
HSL229.85º94.2%27.06%-
HSV(B)229.85º97.01%52.55%-
XYZ4.722.4922.79-
YUV31.73185.71108.22-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.44%
GREEN value IS 26 (10.55% from 255) = 15.85%
BLUE value IS 134 (52.73% from 255) = 81.71%
R=2.44%
G=15.85%
B=81.71%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal4261340.970.8100.47229.8594.227.06
Hex41A86615102Fe65e1b
Octal43220614112105734613633
Binary100110101000011011000011010001010111111100110101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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