Html Css Color HEX #1314AC Ultramarine

📋 copy color: '#1314AC'

red 19 ◦ green 20 ◦ blue 172

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

Shades of Ultramarine #1314AC

Tints of Ultramarine #1314AC

RGB

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

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

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

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

CMYK

 C value IS 0.89

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1314AC (or 0x1314AC) is known color: Ultramarine. HEX triplet: 13, 14 and AC. RGB value is (19,20,172). Sum of RGB (Red+Green+Blue) = 19+20+172=211 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.00% from 211); Green value is 20 (8.20% from 255 or 9.48% 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 #1314AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1314AC is #ECEB53. Grayscale: #242424. Windows color (decimal): -15526740 or 11277331. OLE color: 11277331.

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

Color convert

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

Color Harmonies of #1314AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1314AC

Black with #1314AC

Text Example


Text Example

White with #1314AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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