Html Css Color HEX #1517AC Ultramarine

📋 copy color: '#1517AC'

red 21 ◦ green 23 ◦ blue 172

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

Shades of Ultramarine #1517AC

Tints of Ultramarine #1517AC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.65%

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

R = 9.72%
G = 10.65%
B = 79.63%

CMYK

 C value IS 0.88

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1517AC (or 0x1517AC) is known color: Ultramarine. HEX triplet: 15, 17 and AC. RGB value is (21,23,172). Sum of RGB (Red+Green+Blue) = 21+23+172=216 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.72% from 216); Green value is 23 (9.38% from 255 or 10.65% from 216); Blue value is 172 (67.58% from 255 or 79.63% from 216); Max value from RGB is 172 - color contains mainly: blue. Hex color #1517AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1517AC is #EAE853. Grayscale: #262626. Windows color (decimal): -15394900 or 11278101. OLE color: 11278101.

HSL color Cylindrical-coordinate representation of color #1517AC: hue angle of 239.21º 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 #1517AC is Cyan = 0.88, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 21 23 172 -
CMYK 0.88 0.87 0 0.33
HSL 239.21º 0.78% 0.38% -
HSV(B) 239.21º 0.88% 0.67% -
XYZ 8.06 3.75 39.33 -
YUV 39.39 202.84 114.88 -
System Red Green Blue C M Y K H S L
Decimal 21 23 172 0.88 0.87 0 0.33 239.21 0.78 0.38
Hex 15 17 AC 58 57 0 21 EF 4E 26
Octal 25 27 254 130 127 0 41 357 116 46
Binary 10101 10111 10101100 1011000 1010111 0 100001 11101111 1001110 100110

Color Harmonies of #1517AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1517AC

Black with #1517AC

Text Example


Text Example

White with #1517AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,23,172); }

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

background-color css

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

 a { background-color: rgb(21,23,172); }

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

border-color css

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

 span { border-color: rgb(21,23,172); }

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