Html Css Color HEX #041990 Ultramarine

📋 copy color: '#041990'

red 4 ◦ green 25 ◦ blue 144

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

Shades of Ultramarine #041990

Tints of Ultramarine #041990

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.45%

 BLUE value IS 144 (56.64% from 255) = 83.24%

R = 2.31%
G = 14.45%
B = 83.24%

CMYK

 C value IS 0.97

 M value IS 0.83

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#041990 (or 0x041990) is known color: Ultramarine. HEX triplet: 04, 19 and 90. RGB value is (4,25,144). Sum of RGB (Red+Green+Blue) = 4+25+144=173 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.31% from 173); Green value is 25 (10.16% from 255 or 14.45% from 173); Blue value is 144 (56.64% from 255 or 83.24% from 173); Max value from RGB is 144 - color contains mainly: blue. Hex color #041990 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #041990 is #FBE66F. Grayscale: #1F1F1F. Windows color (decimal): -16508528 or 9443588. OLE color: 9443588.

HSL color Cylindrical-coordinate representation of color #041990: hue angle of 231º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041990 is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 4 25 144 -
CMYK 0.97 0.83 0 0.44
HSL 231º 0.95% 0.29% -
HSV(B) 231º 0.97% 0.56% -
XYZ 5.43 2.73 26.63 -
YUV 32.29 191.04 107.82 -
System Red Green Blue C M Y K H S L
Decimal 4 25 144 0.97 0.83 0 0.44 231 0.95 0.29
Hex 4 19 90 61 53 0 2C E7 5F 1D
Octal 4 31 220 141 123 0 54 347 137 35
Binary 100 11001 10010000 1100001 1010011 0 101100 11100111 1011111 11101

Color Harmonies of #041990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041990

Black with #041990

Text Example


Text Example

White with #041990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041990; }

 p { color: rgb(4,25,144); }

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

background-color css

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

 a { background-color: rgb(4,25,144); }

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

border-color css

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

 span { border-color: rgb(4,25,144); }

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