#041A94

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

Shades of Ultramarine #041A94

Tints of Ultramarine #041A94

Color information

#041A94 (or 0x041A94) is unknown color: approx Ultramarine. HEX triplet: 04, 1A and 94. RGB value is (4,26,148). Sum of RGB (Red+Green+Blue) = 4+26+148=178 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.25% from 178); Green value is 26 (10.55% from 255 or 14.61% from 178); Blue value is 148 (58.20% from 255 or 83.15% from 178); Max value from RGB is 148 - color contains mainly: blue. Hex color #041A94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #041A94 is #FBE56B. Grayscale: #202020. Windows color (decimal): -16508268 or 9705988. OLE color: 9705988.

HSL color Cylindrical-coordinate representation of color #041A94: hue angle of 230.83º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041A94 is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB426148-
CMYK0.970.8200.42
HSL230.83º94.74%29.8%-
HSV(B)230.83º97.3%58.04%-
XYZ5.762.928.27-
YUV33.33192.71107.08-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.25%
GREEN value IS 26 (10.55% from 255) = 14.61%
BLUE value IS 148 (58.20% from 255) = 83.15%
R=2.25%
G=14.61%
B=83.15%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4261480.970.8200.42230.8394.7429.8
Hex41A94615202Ae75f1e
Octal43222414112205234713736
Binary100110101001010011000011010010010101011100111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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