Html Css Color HEX #1514AD Ultramarine

📋 copy color: '#1514AD'

red 21 ◦ green 20 ◦ blue 173

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

Shades of Ultramarine #1514AD

Tints of Ultramarine #1514AD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.35%

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

R = 9.81%
G = 9.35%
B = 80.84%

CMYK

 C value IS 0.88

 M value IS 0.88

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1514AD (or 0x1514AD) is known color: Ultramarine. HEX triplet: 15, 14 and AD. RGB value is (21,20,173). Sum of RGB (Red+Green+Blue) = 21+20+173=214 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.81% from 214); Green value is 20 (8.20% from 255 or 9.35% from 214); Blue value is 173 (67.97% from 255 or 80.84% from 214); Max value from RGB is 173 - color contains mainly: blue. Hex color #1514AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1514AD is #EAEB52. Grayscale: #252525. Windows color (decimal): -15395667 or 11342869. OLE color: 11342869.

HSL color Cylindrical-coordinate representation of color #1514AD: hue angle of 240.39º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1514AD is Cyan = 0.88, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 21 20 173 -
CMYK 0.88 0.88 0 0.32
HSL 240.39º 0.79% 0.38% -
HSV(B) 240.39º 0.88% 0.68% -
XYZ 8.1 3.68 39.82 -
YUV 37.74 204.33 116.06 -
System Red Green Blue C M Y K H S L
Decimal 21 20 173 0.88 0.88 0 0.32 240.39 0.79 0.38
Hex 15 14 AD 58 58 0 20 F0 4F 26
Octal 25 24 255 130 130 0 40 360 117 46
Binary 10101 10100 10101101 1011000 1011000 0 100000 11110000 1001111 100110

Color Harmonies of #1514AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1514AD

Black with #1514AD

Text Example


Text Example

White with #1514AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,20,173); }

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

background-color css

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

 a { background-color: rgb(21,20,173); }

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

border-color css

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

 span { border-color: rgb(21,20,173); }

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