Html Css Color HEX #2014AB Ultramarine

📋 copy color: '#2014AB'

red 32 ◦ green 20 ◦ blue 171

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

Shades of Ultramarine #2014AB

Tints of Ultramarine #2014AB

RGB

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

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

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

R = 14.35%
G = 8.97%
B = 76.68%

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

#2014AB (or 0x2014AB) is known color: Ultramarine. HEX triplet: 20, 14 and AB. RGB value is (32,20,171). Sum of RGB (Red+Green+Blue) = 32+20+171=223 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.35% from 223); Green value is 20 (8.20% from 255 or 8.97% from 223); Blue value is 171 (67.19% from 255 or 76.68% from 223); Max value from RGB is 171 - color contains mainly: blue. Hex color #2014AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2014AB is #DFEB54. Grayscale: #282828. Windows color (decimal): -14674773 or 11211808. OLE color: 11211808.

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

Color convert

RGB 32 20 171 -
CMYK 0.81 0.88 0 0.33
HSL 244.77º 0.79% 0.37% -
HSV(B) 244.77º 0.88% 0.67% -
XYZ 8.2 3.75 38.82 -
YUV 40.8 201.48 121.72 -
System Red Green Blue C M Y K H S L
Decimal 32 20 171 0.81 0.88 0 0.33 244.77 0.79 0.37
Hex 20 14 AB 51 58 0 21 F5 4F 25
Octal 40 24 253 121 130 0 41 365 117 45
Binary 100000 10100 10101011 1010001 1011000 0 100001 11110101 1001111 100101

Color Harmonies of #2014AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2014AB

Black with #2014AB

Text Example


Text Example

White with #2014AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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