Html Css Color HEX #1A0490 Ultramarine

📋 copy color: '#1A0490'

red 26 ◦ green 4 ◦ blue 144

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

Shades of Ultramarine #1A0490

Tints of Ultramarine #1A0490

RGB

 RED value IS 26 (10.55% from 255) = 14.94%

 GREEN value IS 4 (1.95% from 255) = 2.3%

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

R = 14.94%
G = 2.3%
B = 82.76%

CMYK

 C value IS 0.82

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#1A0490 (or 0x1A0490) is known color: Ultramarine. HEX triplet: 1A, 04 and 90. RGB value is (26,4,144). Sum of RGB (Red+Green+Blue) = 26+4+144=174 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.94% from 174); Green value is 4 (1.95% from 255 or 2.30% from 174); Blue value is 144 (56.64% from 255 or 82.76% from 174); Max value from RGB is 144 - color contains mainly: blue. Hex color #1A0490 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A0490 is #E5FB6F. Grayscale: #1A1A1A. Windows color (decimal): -15072112 or 9438234. OLE color: 9438234.

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

Color convert

RGB 26 4 144 -
CMYK 0.82 0.97 0 0.44
HSL 249.43º 0.95% 0.29% -
HSV(B) 249.43º 0.97% 0.56% -
XYZ 5.5 2.32 26.54 -
YUV 26.54 194.29 127.62 -
System Red Green Blue C M Y K H S L
Decimal 26 4 144 0.82 0.97 0 0.44 249.43 0.95 0.29
Hex 1A 4 90 52 61 0 2C F9 5F 1D
Octal 32 4 220 122 141 0 54 371 137 35
Binary 11010 100 10010000 1010010 1100001 0 101100 11111001 1011111 11101

Color Harmonies of #1A0490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0490

Black with #1A0490

Text Example


Text Example

White with #1A0490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A0490; }

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

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

background-color css

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

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

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

border-color css

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

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

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