Html Css Color HEX #041490 Ultramarine

📋 copy color: '#041490'

red 4 ◦ green 20 ◦ blue 144

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

Shades of Ultramarine #041490

Tints of Ultramarine #041490

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.9%

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

R = 2.38%
G = 11.9%
B = 85.71%

CMYK

 C value IS 0.97

 M value IS 0.86

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#041490 (or 0x041490) is known color: Ultramarine. HEX triplet: 04, 14 and 90. RGB value is (4,20,144). Sum of RGB (Red+Green+Blue) = 4+20+144=168 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.38% from 168); Green value is 20 (8.20% from 255 or 11.90% from 168); Blue value is 144 (56.64% from 255 or 85.71% from 168); Max value from RGB is 144 - color contains mainly: blue. Hex color #041490 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #041490 is #FBEB6F. Grayscale: #1C1C1C. Windows color (decimal): -16509808 or 9442308. OLE color: 9442308.

HSL color Cylindrical-coordinate representation of color #041490: hue angle of 233.14º 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 #041490 is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 4 20 144 -
CMYK 0.97 0.86 0 0.44
HSL 233.14º 0.95% 0.29% -
HSV(B) 233.14º 0.97% 0.56% -
XYZ 5.33 2.54 26.59 -
YUV 29.35 192.7 109.92 -
System Red Green Blue C M Y K H S L
Decimal 4 20 144 0.97 0.86 0 0.44 233.14 0.95 0.29
Hex 4 14 90 61 56 0 2C E9 5F 1D
Octal 4 24 220 141 126 0 54 351 137 35
Binary 100 10100 10010000 1100001 1010110 0 101100 11101001 1011111 11101

Color Harmonies of #041490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041490

Black with #041490

Text Example


Text Example

White with #041490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041490; }

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

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

background-color css

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

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

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

border-color css

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

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

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