Html Css Color HEX #1316A4 Ultramarine

📋 copy color: '#1316A4'

red 19 ◦ green 22 ◦ blue 164

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

Shades of Ultramarine #1316A4

Tints of Ultramarine #1316A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 80%

R = 9.27%
G = 10.73%
B = 80%

CMYK

 C value IS 0.88

 M value IS 0.87

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1316A4 (or 0x1316A4) is known color: Ultramarine. HEX triplet: 13, 16 and A4. RGB value is (19,22,164). Sum of RGB (Red+Green+Blue) = 19+22+164=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 164 (64.45% from 255 or 80% from 205); Max value from RGB is 164 - color contains mainly: blue. Hex color #1316A4 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1316A4 is #ECE95B. Grayscale: #242424. Windows color (decimal): -15526236 or 10753555. OLE color: 10753555.

HSL color Cylindrical-coordinate representation of color #1316A4: hue angle of 238.76º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1316A4 is Cyan = 0.88, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 19 22 164 -
CMYK 0.88 0.87 0 0.36
HSL 238.76º 0.79% 0.36% -
HSV(B) 238.76º 0.88% 0.64% -
XYZ 7.26 3.39 35.39 -
YUV 37.29 199.51 114.95 -
System Red Green Blue C M Y K H S L
Decimal 19 22 164 0.88 0.87 0 0.36 238.76 0.79 0.36
Hex 13 16 A4 58 57 0 24 EF 4F 24
Octal 23 26 244 130 127 0 44 357 117 44
Binary 10011 10110 10100100 1011000 1010111 0 100100 11101111 1001111 100100

Color Harmonies of #1316A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1316A4

Black with #1316A4

Text Example


Text Example

White with #1316A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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