Html Css Color HEX #2015AB Ultramarine

📋 copy color: '#2015AB'

red 32 ◦ green 21 ◦ blue 171

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

Shades of Ultramarine #2015AB

Tints of Ultramarine #2015AB

RGB

 RED value IS 32 (12.89% from 255) = 14.29%

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

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

R = 14.29%
G = 9.38%
B = 76.34%

CMYK

 C value IS 0.81

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2015AB (or 0x2015AB) is known color: Ultramarine. HEX triplet: 20, 15 and AB. RGB value is (32,21,171). Sum of RGB (Red+Green+Blue) = 32+21+171=224 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.29% from 224); Green value is 21 (8.59% from 255 or 9.38% from 224); Blue value is 171 (67.19% from 255 or 76.34% from 224); Max value from RGB is 171 - color contains mainly: blue. Hex color #2015AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2015AB is #DFEA54. Grayscale: #282828. Windows color (decimal): -14674517 or 11212064. OLE color: 11212064.

HSL color Cylindrical-coordinate representation of color #2015AB: hue angle of 244.4º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2015AB is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 32 21 171 -
CMYK 0.81 0.88 0 0.33
HSL 244.4º 0.78% 0.38% -
HSV(B) 244.4º 0.88% 0.67% -
XYZ 8.21 3.78 38.83 -
YUV 41.39 201.14 121.3 -
System Red Green Blue C M Y K H S L
Decimal 32 21 171 0.81 0.88 0 0.33 244.4 0.78 0.38
Hex 20 15 AB 51 58 0 21 F4 4E 26
Octal 40 25 253 121 130 0 41 364 116 46
Binary 100000 10101 10101011 1010001 1011000 0 100001 11110100 1001110 100110

Color Harmonies of #2015AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2015AB

Black with #2015AB

Text Example


Text Example

White with #2015AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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