Html Css Color HEX #1315AB Ultramarine

📋 copy color: '#1315AB'

red 19 ◦ green 21 ◦ blue 171

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

Shades of Ultramarine #1315AB

Tints of Ultramarine #1315AB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.95%

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

R = 9%
G = 9.95%
B = 81.04%

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

#1315AB (or 0x1315AB) is known color: Ultramarine. HEX triplet: 13, 15 and AB. RGB value is (19,21,171). Sum of RGB (Red+Green+Blue) = 19+21+171=211 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.00% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 171 (67.19% from 255 or 81.04% from 211); Max value from RGB is 171 - color contains mainly: blue. Hex color #1315AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1315AB is #ECEA54. Grayscale: #242424. Windows color (decimal): -15526485 or 11212051. OLE color: 11212051.

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

Color convert

RGB 19 21 171 -
CMYK 0.89 0.88 0 0.33
HSL 239.21º 0.8% 0.37% -
HSV(B) 239.21º 0.89% 0.67% -
XYZ 7.89 3.62 38.81 -
YUV 37.5 203.34 114.8 -
System Red Green Blue C M Y K H S L
Decimal 19 21 171 0.89 0.88 0 0.33 239.21 0.8 0.37
Hex 13 15 AB 59 58 0 21 EF 50 25
Octal 23 25 253 131 130 0 41 357 120 45
Binary 10011 10101 10101011 1011001 1011000 0 100001 11101111 1010000 100101

Color Harmonies of #1315AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1315AB

Black with #1315AB

Text Example


Text Example

White with #1315AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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