Html Css Color HEX #2013AE Ultramarine

📋 copy color: '#2013AE'

red 32 ◦ green 19 ◦ blue 174

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

Shades of Ultramarine #2013AE

Tints of Ultramarine #2013AE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.44%

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

R = 14.22%
G = 8.44%
B = 77.33%

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

#2013AE (or 0x2013AE) is known color: Ultramarine. HEX triplet: 20, 13 and AE. RGB value is (32,19,174). Sum of RGB (Red+Green+Blue) = 32+19+174=225 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.22% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 174 (68.36% from 255 or 77.33% from 225); Max value from RGB is 174 - color contains mainly: blue. Hex color #2013AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2013AE is #DFEC51. Grayscale: #272727. Windows color (decimal): -14675026 or 11408160. OLE color: 11408160.

HSL color Cylindrical-coordinate representation of color #2013AE: hue angle of 245.03º degrees, saturation: 0.8, 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 #2013AE is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 32 19 174 -
CMYK 0.82 0.89 0 0.32
HSL 245.03º 0.8% 0.38% -
HSV(B) 245.03º 0.89% 0.68% -
XYZ 8.47 3.83 40.34 -
YUV 40.56 203.31 121.9 -
System Red Green Blue C M Y K H S L
Decimal 32 19 174 0.82 0.89 0 0.32 245.03 0.8 0.38
Hex 20 13 AE 52 59 0 20 F5 50 26
Octal 40 23 256 122 131 0 40 365 120 46
Binary 100000 10011 10101110 1010010 1011001 0 100000 11110101 1010000 100110

Color Harmonies of #2013AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2013AE

Black with #2013AE

Text Example


Text Example

White with #2013AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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