Html Css Color HEX #1819AB Ultramarine

📋 copy color: '#1819AB'

red 24 ◦ green 25 ◦ blue 171

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

Shades of Ultramarine #1819AB

Tints of Ultramarine #1819AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 77.73%

R = 10.91%
G = 11.36%
B = 77.73%

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

#1819AB (or 0x1819AB) is known color: Ultramarine. HEX triplet: 18, 19 and AB. RGB value is (24,25,171). Sum of RGB (Red+Green+Blue) = 24+25+171=220 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.91% from 220); Green value is 25 (10.16% from 255 or 11.36% from 220); Blue value is 171 (67.19% from 255 or 77.73% from 220); Max value from RGB is 171 - color contains mainly: blue. Hex color #1819AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1819AB is #E7E654. Grayscale: #282828. Windows color (decimal): -15197781 or 11213080. OLE color: 11213080.

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

Color convert

RGB 24 25 171 -
CMYK 0.86 0.85 0 0.33
HSL 239.59º 0.75% 0.38% -
HSV(B) 239.59º 0.86% 0.67% -
XYZ 8.08 3.83 38.84 -
YUV 41.35 201.17 115.63 -
System Red Green Blue C M Y K H S L
Decimal 24 25 171 0.86 0.85 0 0.33 239.59 0.75 0.38
Hex 18 19 AB 56 55 0 21 F0 4B 26
Octal 30 31 253 126 125 0 41 360 113 46
Binary 11000 11001 10101011 1010110 1010101 0 100001 11110000 1001011 100110

Color Harmonies of #1819AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1819AB

Black with #1819AB

Text Example


Text Example

White with #1819AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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