Html Css Color HEX #1311AC Ultramarine

📋 copy color: '#1311AC'

red 19 ◦ green 17 ◦ blue 172

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

Shades of Ultramarine #1311AC

Tints of Ultramarine #1311AC

RGB

 RED value IS 19 (7.81% from 255) = 9.13%

 GREEN value IS 17 (7.03% from 255) = 8.17%

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

R = 9.13%
G = 8.17%
B = 82.69%

CMYK

 C value IS 0.89

 M value IS 0.90

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1311AC (or 0x1311AC) is known color: Ultramarine. HEX triplet: 13, 11 and AC. RGB value is (19,17,172). Sum of RGB (Red+Green+Blue) = 19+17+172=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 17 (7.03% from 255 or 8.17% from 208); Blue value is 172 (67.58% from 255 or 82.69% from 208); Max value from RGB is 172 - color contains mainly: blue. Hex color #1311AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1311AC is #ECEE53. Grayscale: #222222. Windows color (decimal): -15527508 or 11276563. OLE color: 11276563.

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

Color convert

RGB 19 17 172 -
CMYK 0.89 0.90 0 0.33
HSL 240.77º 0.82% 0.37% -
HSV(B) 240.77º 0.9% 0.67% -
XYZ 7.92 3.52 39.29 -
YUV 35.27 205.16 116.4 -
System Red Green Blue C M Y K H S L
Decimal 19 17 172 0.89 0.90 0 0.33 240.77 0.82 0.37
Hex 13 11 AC 59 5A 0 21 F1 52 25
Octal 23 21 254 131 132 0 41 361 122 45
Binary 10011 10001 10101100 1011001 1011010 0 100001 11110001 1010010 100101

Color Harmonies of #1311AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1311AC

Black with #1311AC

Text Example


Text Example

White with #1311AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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