Html Css Color HEX #1A19AC Ultramarine

📋 copy color: '#1A19AC'

red 26 ◦ green 25 ◦ blue 172

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

Shades of Ultramarine #1A19AC

Tints of Ultramarine #1A19AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 77.13%

R = 11.66%
G = 11.21%
B = 77.13%

CMYK

 C value IS 0.85

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1A19AC (or 0x1A19AC) is known color: Ultramarine. HEX triplet: 1A, 19 and AC. RGB value is (26,25,172). Sum of RGB (Red+Green+Blue) = 26+25+172=223 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.66% from 223); Green value is 25 (10.16% from 255 or 11.21% from 223); Blue value is 172 (67.58% from 255 or 77.13% from 223); Max value from RGB is 172 - color contains mainly: blue. Hex color #1A19AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A19AC is #E5E653. Grayscale: #292929. Windows color (decimal): -15066708 or 11278618. OLE color: 11278618.

HSL color Cylindrical-coordinate representation of color #1A19AC: hue angle of 240.41º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A19AC is Cyan = 0.85, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 26 25 172 -
CMYK 0.85 0.85 0 0.33
HSL 240.41º 0.75% 0.39% -
HSV(B) 240.41º 0.85% 0.67% -
XYZ 8.22 3.89 39.35 -
YUV 42.06 201.33 116.55 -
System Red Green Blue C M Y K H S L
Decimal 26 25 172 0.85 0.85 0 0.33 240.41 0.75 0.39
Hex 1A 19 AC 55 55 0 21 F0 4B 27
Octal 32 31 254 125 125 0 41 360 113 47
Binary 11010 11001 10101100 1010101 1010101 0 100001 11110000 1001011 100111

Color Harmonies of #1A19AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A19AC

Black with #1A19AC

Text Example


Text Example

White with #1A19AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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