Html Css Color HEX #1415AC Ultramarine

📋 copy color: '#1415AC'

red 20 ◦ green 21 ◦ blue 172

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

Shades of Ultramarine #1415AC

Tints of Ultramarine #1415AC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.86%

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

R = 9.39%
G = 9.86%
B = 80.75%

CMYK

 C value IS 0.88

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1415AC (or 0x1415AC) is known color: Ultramarine. HEX triplet: 14, 15 and AC. RGB value is (20,21,172). Sum of RGB (Red+Green+Blue) = 20+21+172=213 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.39% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 172 (67.58% from 255 or 80.75% from 213); Max value from RGB is 172 - color contains mainly: blue. Hex color #1415AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1415AC is #EBEA53. Grayscale: #252525. Windows color (decimal): -15460948 or 11277588. OLE color: 11277588.

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

Color convert

RGB 20 21 172 -
CMYK 0.88 0.88 0 0.33
HSL 239.61º 0.79% 0.38% -
HSV(B) 239.61º 0.88% 0.67% -
XYZ 8 3.66 39.32 -
YUV 37.92 203.67 115.22 -
System Red Green Blue C M Y K H S L
Decimal 20 21 172 0.88 0.88 0 0.33 239.61 0.79 0.38
Hex 14 15 AC 58 58 0 21 F0 4F 26
Octal 24 25 254 130 130 0 41 360 117 46
Binary 10100 10101 10101100 1011000 1011000 0 100001 11110000 1001111 100110

Color Harmonies of #1415AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1415AC

Black with #1415AC

Text Example


Text Example

White with #1415AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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