Html Css Color HEX #1819AC Ultramarine

📋 copy color: '#1819AC'

red 24 ◦ green 25 ◦ blue 172

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

Shades of Ultramarine #1819AC

Tints of Ultramarine #1819AC

RGB

 RED value IS 24 (9.77% from 255) = 10.86%

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

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

R = 10.86%
G = 11.31%
B = 77.83%

CMYK

 C value IS 0.86

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1819AC (or 0x1819AC) is known color: Ultramarine. HEX triplet: 18, 19 and AC. RGB value is (24,25,172). Sum of RGB (Red+Green+Blue) = 24+25+172=221 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.86% from 221); Green value is 25 (10.16% from 255 or 11.31% from 221); Blue value is 172 (67.58% from 255 or 77.83% from 221); Max value from RGB is 172 - color contains mainly: blue. Hex color #1819AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1819AC is #E7E653. Grayscale: #282828. Windows color (decimal): -15197780 or 11278616. OLE color: 11278616.

HSL color Cylindrical-coordinate representation of color #1819AC: hue angle of 239.59º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1819AC is Cyan = 0.86, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 24 25 172 -
CMYK 0.86 0.85 0 0.33
HSL 239.59º 0.76% 0.38% -
HSV(B) 239.59º 0.86% 0.67% -
XYZ 8.17 3.87 39.35 -
YUV 41.46 201.67 115.55 -
System Red Green Blue C M Y K H S L
Decimal 24 25 172 0.86 0.85 0 0.33 239.59 0.76 0.38
Hex 18 19 AC 56 55 0 21 F0 4C 26
Octal 30 31 254 126 125 0 41 360 114 46
Binary 11000 11001 10101100 1010110 1010101 0 100001 11110000 1001100 100110

Color Harmonies of #1819AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1819AC

Black with #1819AC

Text Example


Text Example

White with #1819AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1819AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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