Html Css Color HEX #2014AA Ultramarine

📋 copy color: '#2014AA'

red 32 ◦ green 20 ◦ blue 170

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

Shades of Ultramarine #2014AA

Tints of Ultramarine #2014AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 76.58%

R = 14.41%
G = 9.01%
B = 76.58%

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

#2014AA (or 0x2014AA) is known color: Ultramarine. HEX triplet: 20, 14 and AA. RGB value is (32,20,170). Sum of RGB (Red+Green+Blue) = 32+20+170=222 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.41% from 222); Green value is 20 (8.20% from 255 or 9.01% from 222); Blue value is 170 (66.80% from 255 or 76.58% from 222); Max value from RGB is 170 - color contains mainly: blue. Hex color #2014AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2014AA is #DFEB55. Grayscale: #282828. Windows color (decimal): -14674774 or 11146272. OLE color: 11146272.

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

Color convert

RGB 32 20 170 -
CMYK 0.81 0.88 0 0.33
HSL 244.8º 0.79% 0.37% -
HSV(B) 244.8º 0.88% 0.67% -
XYZ 8.1 3.71 38.32 -
YUV 40.69 200.98 121.8 -
System Red Green Blue C M Y K H S L
Decimal 32 20 170 0.81 0.88 0 0.33 244.8 0.79 0.37
Hex 20 14 AA 51 58 0 21 F5 4F 25
Octal 40 24 252 121 130 0 41 365 117 45
Binary 100000 10100 10101010 1010001 1011000 0 100001 11110101 1001111 100101

Color Harmonies of #2014AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2014AA

Black with #2014AA

Text Example


Text Example

White with #2014AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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