Html Css Color HEX #1313AB Ultramarine

📋 copy color: '#1313AB'

red 19 ◦ green 19 ◦ blue 171

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

Shades of Ultramarine #1313AB

Tints of Ultramarine #1313AB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.09%

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

R = 9.09%
G = 9.09%
B = 81.82%

CMYK

 C value IS 0.89

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1313AB (or 0x1313AB) is known color: Ultramarine. HEX triplet: 13, 13 and AB. RGB value is (19,19,171). Sum of RGB (Red+Green+Blue) = 19+19+171=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 171 (67.19% from 255 or 81.82% from 209); Max value from RGB is 171 - color contains mainly: blue. Hex color #1313AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1313AB is #ECEC54. Grayscale: #232323. Windows color (decimal): -15526997 or 11211539. OLE color: 11211539.

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

Color convert

RGB 19 19 171 -
CMYK 0.89 0.89 0 0.33
HSL 240º 0.8% 0.37% -
HSV(B) 240º 0.89% 0.67% -
XYZ 7.85 3.54 38.8 -
YUV 36.33 204 115.64 -
System Red Green Blue C M Y K H S L
Decimal 19 19 171 0.89 0.89 0 0.33 240 0.8 0.37
Hex 13 13 AB 59 59 0 21 F0 50 25
Octal 23 23 253 131 131 0 41 360 120 45
Binary 10011 10011 10101011 1011001 1011001 0 100001 11110000 1010000 100101

Color Harmonies of #1313AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1313AB

Black with #1313AB

Text Example


Text Example

White with #1313AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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