Html Css Color HEX #1316A0 Ultramarine

📋 copy color: '#1316A0'

red 19 ◦ green 22 ◦ blue 160

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

Shades of Ultramarine #1316A0

Tints of Ultramarine #1316A0

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.95%

 BLUE value IS 160 (62.89% from 255) = 79.6%

R = 9.45%
G = 10.95%
B = 79.6%

CMYK

 C value IS 0.88

 M value IS 0.86

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1316A0 (or 0x1316A0) is known color: Ultramarine. HEX triplet: 13, 16 and A0. RGB value is (19,22,160). Sum of RGB (Red+Green+Blue) = 19+22+160=201 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.45% from 201); Green value is 22 (8.98% from 255 or 10.95% from 201); Blue value is 160 (62.89% from 255 or 79.60% from 201); Max value from RGB is 160 - color contains mainly: blue. Hex color #1316A0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1316A0 is #ECE95F. Grayscale: #242424. Windows color (decimal): -15526240 or 10491411. OLE color: 10491411.

HSL color Cylindrical-coordinate representation of color #1316A0: hue angle of 238.72º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1316A0 is Cyan = 0.88, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 19 22 160 -
CMYK 0.88 0.86 0 0.37
HSL 238.72º 0.79% 0.35% -
HSV(B) 238.72º 0.88% 0.63% -
XYZ 6.9 3.25 33.52 -
YUV 36.84 197.51 115.28 -
System Red Green Blue C M Y K H S L
Decimal 19 22 160 0.88 0.86 0 0.37 238.72 0.79 0.35
Hex 13 16 A0 58 56 0 25 EF 4F 23
Octal 23 26 240 130 126 0 45 357 117 43
Binary 10011 10110 10100000 1011000 1010110 0 100101 11101111 1001111 100011

Color Harmonies of #1316A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1316A0

Black with #1316A0

Text Example


Text Example

White with #1316A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1316A0; }

 p { color: rgb(19,22,160); }

 H1.HeaderClassName
 {
   color: #1316A0;
 }
 .AnyTagClassName
 {
   color: #1316A0;
 }
</style>

background-color css

<style>
 a { background-color: #1316A0; }

 a { background-color: rgb(19,22,160); }

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

border-color css

<style>
 span { border-color: #1316A0; }

 span { border-color: rgb(19,22,160); }

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