Html Css Color HEX #041A91 Ultramarine

📋 copy color: '#041A91'

red 4 ◦ green 26 ◦ blue 145

#041A91
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #041A91

Tints of Ultramarine #041A91

RGB

 RED value IS 4 (1.95% from 255) = 2.29%

 GREEN value IS 26 (10.55% from 255) = 14.86%

 BLUE value IS 145 (57.03% from 255) = 82.86%

R = 2.29%
G = 14.86%
B = 82.86%

CMYK

 C value IS 0.97

 M value IS 0.82

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#041A91 (or 0x041A91) is known color: Ultramarine. HEX triplet: 04, 1A and 91. RGB value is (4,26,145). Sum of RGB (Red+Green+Blue) = 4+26+145=175 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.29% from 175); Green value is 26 (10.55% from 255 or 14.86% from 175); Blue value is 145 (57.03% from 255 or 82.86% from 175); Max value from RGB is 145 - color contains mainly: blue. Hex color #041A91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #041A91 is #FBE56E. Grayscale: #202020. Windows color (decimal): -16508271 or 9509380. OLE color: 9509380.

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

Color convert

RGB 4 26 145 -
CMYK 0.97 0.82 0 0.43
HSL 230.64º 0.95% 0.29% -
HSV(B) 230.64º 0.97% 0.57% -
XYZ 5.53 2.81 27.04 -
YUV 32.99 191.21 107.32 -
System Red Green Blue C M Y K H S L
Decimal 4 26 145 0.97 0.82 0 0.43 230.64 0.95 0.29
Hex 4 1A 91 61 52 0 2B E7 5F 1D
Octal 4 32 221 141 122 0 53 347 137 35
Binary 100 11010 10010001 1100001 1010010 0 101011 11100111 1011111 11101

Color Harmonies of #041A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041A91

Black with #041A91

Text Example


Text Example

White with #041A91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #041A91;
 }
 .AnyTagClassName
 {
   color: #041A91;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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