Html Css Color HEX #1413AD Ultramarine

📋 copy color: '#1413AD'

red 20 ◦ green 19 ◦ blue 173

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

Shades of Ultramarine #1413AD

Tints of Ultramarine #1413AD

RGB

 RED value IS 20 (8.2% from 255) = 9.43%

 GREEN value IS 19 (7.81% from 255) = 8.96%

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

R = 9.43%
G = 8.96%
B = 81.6%

CMYK

 C value IS 0.88

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1413AD (or 0x1413AD) is known color: Ultramarine. HEX triplet: 14, 13 and AD. RGB value is (20,19,173). Sum of RGB (Red+Green+Blue) = 20+19+173=212 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.43% from 212); Green value is 19 (7.81% from 255 or 8.96% from 212); Blue value is 173 (67.97% from 255 or 81.60% from 212); Max value from RGB is 173 - color contains mainly: blue. Hex color #1413AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1413AD is #EBEC52. Grayscale: #242424. Windows color (decimal): -15461459 or 11342612. OLE color: 11342612.

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

Color convert

RGB 20 19 173 -
CMYK 0.88 0.89 0 0.32
HSL 240.39º 0.8% 0.38% -
HSV(B) 240.39º 0.89% 0.68% -
XYZ 8.06 3.63 39.81 -
YUV 36.86 204.83 115.98 -
System Red Green Blue C M Y K H S L
Decimal 20 19 173 0.88 0.89 0 0.32 240.39 0.8 0.38
Hex 14 13 AD 58 59 0 20 F0 50 26
Octal 24 23 255 130 131 0 40 360 120 46
Binary 10100 10011 10101101 1011000 1011001 0 100000 11110000 1010000 100110

Color Harmonies of #1413AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1413AD

Black with #1413AD

Text Example


Text Example

White with #1413AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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