Html Css Color HEX #1519AB Ultramarine

📋 copy color: '#1519AB'

red 21 ◦ green 25 ◦ blue 171

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

Shades of Ultramarine #1519AB

Tints of Ultramarine #1519AB

RGB

 RED value IS 21 (8.59% from 255) = 9.68%

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

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

R = 9.68%
G = 11.52%
B = 78.8%

CMYK

 C value IS 0.88

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1519AB (or 0x1519AB) is known color: Ultramarine. HEX triplet: 15, 19 and AB. RGB value is (21,25,171). Sum of RGB (Red+Green+Blue) = 21+25+171=217 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.68% from 217); Green value is 25 (10.16% from 255 or 11.52% from 217); Blue value is 171 (67.19% from 255 or 78.80% from 217); Max value from RGB is 171 - color contains mainly: blue. Hex color #1519AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1519AB is #EAE654. Grayscale: #272727. Windows color (decimal): -15394389 or 11213077. OLE color: 11213077.

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

Color convert

RGB 21 25 171 -
CMYK 0.88 0.85 0 0.33
HSL 238.4º 0.78% 0.38% -
HSV(B) 238.4º 0.88% 0.67% -
XYZ 8.01 3.79 38.84 -
YUV 40.45 201.67 114.13 -
System Red Green Blue C M Y K H S L
Decimal 21 25 171 0.88 0.85 0 0.33 238.4 0.78 0.38
Hex 15 19 AB 58 55 0 21 EE 4E 26
Octal 25 31 253 130 125 0 41 356 116 46
Binary 10101 11001 10101011 1011000 1010101 0 100001 11101110 1001110 100110

Color Harmonies of #1519AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1519AB

Black with #1519AB

Text Example


Text Example

White with #1519AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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