Html Css Color HEX #1A19AD Ultramarine

📋 copy color: '#1A19AD'

red 26 ◦ green 25 ◦ blue 173

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

Shades of Ultramarine #1A19AD

Tints of Ultramarine #1A19AD

RGB

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

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

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

R = 11.61%
G = 11.16%
B = 77.23%

CMYK

 C value IS 0.85

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1A19AD (or 0x1A19AD) is known color: Ultramarine. HEX triplet: 1A, 19 and AD. RGB value is (26,25,173). Sum of RGB (Red+Green+Blue) = 26+25+173=224 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.61% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 173 (67.97% from 255 or 77.23% from 224); Max value from RGB is 173 - color contains mainly: blue. Hex color #1A19AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A19AD is #E5E652. Grayscale: #292929. Windows color (decimal): -15066707 or 11344154. OLE color: 11344154.

HSL color Cylindrical-coordinate representation of color #1A19AD: hue angle of 240.41º 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 #1A19AD is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 26 25 173 -
CMYK 0.85 0.86 0 0.32
HSL 240.41º 0.75% 0.39% -
HSV(B) 240.41º 0.86% 0.68% -
XYZ 8.32 3.93 39.86 -
YUV 42.17 201.83 116.47 -
System Red Green Blue C M Y K H S L
Decimal 26 25 173 0.85 0.86 0 0.32 240.41 0.75 0.39
Hex 1A 19 AD 55 56 0 20 F0 4B 27
Octal 32 31 255 125 126 0 40 360 113 47
Binary 11010 11001 10101101 1010101 1010110 0 100000 11110000 1001011 100111

Color Harmonies of #1A19AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A19AD

Black with #1A19AD

Text Example


Text Example

White with #1A19AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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