Html Css Color HEX #1413AE Ultramarine

📋 copy color: '#1413AE'

red 20 ◦ green 19 ◦ blue 174

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

Shades of Ultramarine #1413AE

Tints of Ultramarine #1413AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 81.69%

R = 9.39%
G = 8.92%
B = 81.69%

CMYK

 C value IS 0.89

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1413AE (or 0x1413AE) is known color: Ultramarine. HEX triplet: 14, 13 and AE. RGB value is (20,19,174). Sum of RGB (Red+Green+Blue) = 20+19+174=213 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.39% from 213); Green value is 19 (7.81% from 255 or 8.92% from 213); Blue value is 174 (68.36% from 255 or 81.69% from 213); Max value from RGB is 174 - color contains mainly: blue. Hex color #1413AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1413AE is #EBEC51. Grayscale: #242424. Windows color (decimal): -15461458 or 11408148. OLE color: 11408148.

HSL color Cylindrical-coordinate representation of color #1413AE: 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 #1413AE is Cyan = 0.89, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 20 19 174 -
CMYK 0.89 0.89 0 0.32
HSL 240.39º 0.8% 0.38% -
HSV(B) 240.39º 0.89% 0.68% -
XYZ 8.16 3.67 40.32 -
YUV 36.97 205.33 115.9 -
System Red Green Blue C M Y K H S L
Decimal 20 19 174 0.89 0.89 0 0.32 240.39 0.8 0.38
Hex 14 13 AE 59 59 0 20 F0 50 26
Octal 24 23 256 131 131 0 40 360 120 46
Binary 10100 10011 10101110 1011001 1011001 0 100000 11110000 1010000 100110

Color Harmonies of #1413AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1413AE

Black with #1413AE

Text Example


Text Example

White with #1413AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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