Html Css Color HEX #1518AA Ultramarine

📋 copy color: '#1518AA'

red 21 ◦ green 24 ◦ blue 170

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

Shades of Ultramarine #1518AA

Tints of Ultramarine #1518AA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.16%

 BLUE value IS 170 (66.8% from 255) = 79.07%

R = 9.77%
G = 11.16%
B = 79.07%

CMYK

 C value IS 0.88

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1518AA (or 0x1518AA) is known color: Ultramarine. HEX triplet: 15, 18 and AA. RGB value is (21,24,170). Sum of RGB (Red+Green+Blue) = 21+24+170=215 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.77% from 215); Green value is 24 (9.77% from 255 or 11.16% from 215); Blue value is 170 (66.80% from 255 or 79.07% from 215); Max value from RGB is 170 - color contains mainly: blue. Hex color #1518AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1518AA is #EAE755. Grayscale: #272727. Windows color (decimal): -15394646 or 11147285. OLE color: 11147285.

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

Color convert

RGB 21 24 170 -
CMYK 0.88 0.86 0 0.33
HSL 238.79º 0.78% 0.37% -
HSV(B) 238.79º 0.88% 0.67% -
XYZ 7.89 3.71 38.33 -
YUV 39.75 201.51 114.63 -
System Red Green Blue C M Y K H S L
Decimal 21 24 170 0.88 0.86 0 0.33 238.79 0.78 0.37
Hex 15 18 AA 58 56 0 21 EF 4E 25
Octal 25 30 252 130 126 0 41 357 116 45
Binary 10101 11000 10101010 1011000 1010110 0 100001 11101111 1001110 100101

Color Harmonies of #1518AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1518AA

Black with #1518AA

Text Example


Text Example

White with #1518AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1518AA; }

 p { color: rgb(21,24,170); }

 H1.HeaderClassName
 {
   color: #1518AA;
 }
 .AnyTagClassName
 {
   color: #1518AA;
 }
</style>

background-color css

<style>
 a { background-color: #1518AA; }

 a { background-color: rgb(21,24,170); }

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

border-color css

<style>
 span { border-color: #1518AA; }

 span { border-color: rgb(21,24,170); }

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