Html Css Color HEX #1413AC Ultramarine

📋 copy color: '#1413AC'

red 20 ◦ green 19 ◦ blue 172

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

Shades of Ultramarine #1413AC

Tints of Ultramarine #1413AC

RGB

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

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

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

R = 9.48%
G = 9%
B = 81.52%

CMYK

 C value IS 0.88

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1413AC (or 0x1413AC) is known color: Ultramarine. HEX triplet: 14, 13 and AC. RGB value is (20,19,172). Sum of RGB (Red+Green+Blue) = 20+19+172=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 19 (7.81% from 255 or 9.00% from 211); Blue value is 172 (67.58% from 255 or 81.52% from 211); Max value from RGB is 172 - color contains mainly: blue. Hex color #1413AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1413AC is #EBEC53. Grayscale: #242424. Windows color (decimal): -15461460 or 11277076. OLE color: 11277076.

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

Color convert

RGB 20 19 172 -
CMYK 0.88 0.89 0 0.33
HSL 240.39º 0.8% 0.37% -
HSV(B) 240.39º 0.89% 0.67% -
XYZ 7.97 3.59 39.3 -
YUV 36.74 204.33 116.06 -
System Red Green Blue C M Y K H S L
Decimal 20 19 172 0.88 0.89 0 0.33 240.39 0.8 0.37
Hex 14 13 AC 58 59 0 21 F0 50 25
Octal 24 23 254 130 131 0 41 360 120 45
Binary 10100 10011 10101100 1011000 1011001 0 100001 11110000 1010000 100101

Color Harmonies of #1413AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1413AC

Black with #1413AC

Text Example


Text Example

White with #1413AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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