Html Css Color HEX #1310AB Ultramarine

📋 copy color: '#1310AB'

red 19 ◦ green 16 ◦ blue 171

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

Shades of Ultramarine #1310AB

Tints of Ultramarine #1310AB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.77%

 BLUE value IS 171 (67.19% from 255) = 83.01%

R = 9.22%
G = 7.77%
B = 83.01%

CMYK

 C value IS 0.89

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1310AB (or 0x1310AB) is known color: Ultramarine. HEX triplet: 13, 10 and AB. RGB value is (19,16,171). Sum of RGB (Red+Green+Blue) = 19+16+171=206 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.22% from 206); Green value is 16 (6.64% from 255 or 7.77% from 206); Blue value is 171 (67.19% from 255 or 83.01% from 206); Max value from RGB is 171 - color contains mainly: blue. Hex color #1310AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1310AB is #ECEF54. Grayscale: #212121. Windows color (decimal): -15527765 or 11210771. OLE color: 11210771.

HSL color Cylindrical-coordinate representation of color #1310AB: hue angle of 241.16º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1310AB is Cyan = 0.89, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 16 171 -
CMYK 0.89 0.91 0 0.33
HSL 241.16º 0.83% 0.37% -
HSV(B) 241.16º 0.91% 0.67% -
XYZ 7.8 3.45 38.78 -
YUV 34.57 204.99 116.9 -
System Red Green Blue C M Y K H S L
Decimal 19 16 171 0.89 0.91 0 0.33 241.16 0.83 0.37
Hex 13 10 AB 59 5B 0 21 F1 53 25
Octal 23 20 253 131 133 0 41 361 123 45
Binary 10011 10000 10101011 1011001 1011011 0 100001 11110001 1010011 100101

Color Harmonies of #1310AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1310AB

Black with #1310AB

Text Example


Text Example

White with #1310AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1310AB; }

 p { color: rgb(19,16,171); }

 H1.HeaderClassName
 {
   color: #1310AB;
 }
 .AnyTagClassName
 {
   color: #1310AB;
 }
</style>

background-color css

<style>
 a { background-color: #1310AB; }

 a { background-color: rgb(19,16,171); }

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

border-color css

<style>
 span { border-color: #1310AB; }

 span { border-color: rgb(19,16,171); }

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