Html Css Color HEX #2014AE Ultramarine

📋 copy color: '#2014AE'

red 32 ◦ green 20 ◦ blue 174

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

Shades of Ultramarine #2014AE

Tints of Ultramarine #2014AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 76.99%

R = 14.16%
G = 8.85%
B = 76.99%

CMYK

 C value IS 0.82

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2014AE (or 0x2014AE) is known color: Ultramarine. HEX triplet: 20, 14 and AE. RGB value is (32,20,174). Sum of RGB (Red+Green+Blue) = 32+20+174=226 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.16% from 226); Green value is 20 (8.20% from 255 or 8.85% from 226); Blue value is 174 (68.36% from 255 or 76.99% from 226); Max value from RGB is 174 - color contains mainly: blue. Hex color #2014AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2014AE is #DFEB51. Grayscale: #282828. Windows color (decimal): -14674770 or 11408416. OLE color: 11408416.

HSL color Cylindrical-coordinate representation of color #2014AE: hue angle of 244.68º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2014AE is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 32 20 174 -
CMYK 0.82 0.89 0 0.32
HSL 244.68º 0.79% 0.38% -
HSV(B) 244.68º 0.89% 0.68% -
XYZ 8.49 3.86 40.34 -
YUV 41.14 202.98 121.48 -
System Red Green Blue C M Y K H S L
Decimal 32 20 174 0.82 0.89 0 0.32 244.68 0.79 0.38
Hex 20 14 AE 52 59 0 20 F5 4F 26
Octal 40 24 256 122 131 0 40 365 117 46
Binary 100000 10100 10101110 1010010 1011001 0 100000 11110101 1001111 100110

Color Harmonies of #2014AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2014AE

Black with #2014AE

Text Example


Text Example

White with #2014AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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