Html Css Color HEX #2A19AD Ultramarine

📋 copy color: '#2A19AD'

red 42 ◦ green 25 ◦ blue 173

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

Shades of Ultramarine #2A19AD

Tints of Ultramarine #2A19AD

RGB

 RED value IS 42 (16.8% from 255) = 17.5%

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

 BLUE value IS 173 (67.97% from 255) = 72.08%

R = 17.5%
G = 10.42%
B = 72.08%

CMYK

 C value IS 0.76

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2A19AD (or 0x2A19AD) is known color: Ultramarine. HEX triplet: 2A, 19 and AD. RGB value is (42,25,173). Sum of RGB (Red+Green+Blue) = 42+25+173=240 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.5% from 240); Green value is 25 (10.16% from 255 or 10.42% from 240); Blue value is 173 (67.97% from 255 or 72.08% from 240); Max value from RGB is 173 - color contains mainly: blue. Hex color #2A19AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A19AD is #D5E652. Grayscale: #2E2E2E. Windows color (decimal): -14018131 or 11344170. OLE color: 11344170.

HSL color Cylindrical-coordinate representation of color #2A19AD: hue angle of 246.89º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2A19AD is Cyan = 0.76, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 42 25 173 -
CMYK 0.76 0.86 0 0.32
HSL 246.89º 0.75% 0.39% -
HSV(B) 246.89º 0.86% 0.68% -
XYZ 8.85 4.2 39.88 -
YUV 46.96 199.13 124.47 -
System Red Green Blue C M Y K H S L
Decimal 42 25 173 0.76 0.86 0 0.32 246.89 0.75 0.39
Hex 2A 19 AD 4C 56 0 20 F7 4B 27
Octal 52 31 255 114 126 0 40 367 113 47
Binary 101010 11001 10101101 1001100 1010110 0 100000 11110111 1001011 100111

Color Harmonies of #2A19AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A19AD

Black with #2A19AD

Text Example


Text Example

White with #2A19AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A19AD; }

 p { color: rgb(42,25,173); }

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

background-color css

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

 a { background-color: rgb(42,25,173); }

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

border-color css

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

 span { border-color: rgb(42,25,173); }

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