Html Css Color HEX #1819AD Ultramarine

📋 copy color: '#1819AD'

red 24 ◦ green 25 ◦ blue 173

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

Shades of Ultramarine #1819AD

Tints of Ultramarine #1819AD

RGB

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

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

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

R = 10.81%
G = 11.26%
B = 77.93%

CMYK

 C value IS 0.86

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1819AD (or 0x1819AD) is known color: Ultramarine. HEX triplet: 18, 19 and AD. RGB value is (24,25,173). Sum of RGB (Red+Green+Blue) = 24+25+173=222 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.81% from 222); Green value is 25 (10.16% from 255 or 11.26% from 222); Blue value is 173 (67.97% from 255 or 77.93% from 222); Max value from RGB is 173 - color contains mainly: blue. Hex color #1819AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1819AD is #E7E652. Grayscale: #282828. Windows color (decimal): -15197779 or 11344152. OLE color: 11344152.

HSL color Cylindrical-coordinate representation of color #1819AD: hue angle of 239.6º degrees, saturation: 0.76, 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 #1819AD is Cyan = 0.86, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 24 25 173 -
CMYK 0.86 0.86 0 0.32
HSL 239.6º 0.76% 0.39% -
HSV(B) 239.6º 0.86% 0.68% -
XYZ 8.27 3.91 39.85 -
YUV 41.57 202.17 115.47 -
System Red Green Blue C M Y K H S L
Decimal 24 25 173 0.86 0.86 0 0.32 239.6 0.76 0.39
Hex 18 19 AD 56 56 0 20 F0 4C 27
Octal 30 31 255 126 126 0 40 360 114 47
Binary 11000 11001 10101101 1010110 1010110 0 100000 11110000 1001100 100111

Color Harmonies of #1819AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1819AD

Black with #1819AD

Text Example


Text Example

White with #1819AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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