Html Css Color HEX #2013AC Ultramarine

📋 copy color: '#2013AC'

red 32 ◦ green 19 ◦ blue 172

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

Shades of Ultramarine #2013AC

Tints of Ultramarine #2013AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 77.13%

R = 14.35%
G = 8.52%
B = 77.13%

CMYK

 C value IS 0.81

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2013AC (or 0x2013AC) is known color: Ultramarine. HEX triplet: 20, 13 and AC. RGB value is (32,19,172). Sum of RGB (Red+Green+Blue) = 32+19+172=223 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.35% from 223); Green value is 19 (7.81% from 255 or 8.52% from 223); Blue value is 172 (67.58% from 255 or 77.13% from 223); Max value from RGB is 172 - color contains mainly: blue. Hex color #2013AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2013AC is #DFEC53. Grayscale: #272727. Windows color (decimal): -14675028 or 11277088. OLE color: 11277088.

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

Color convert

RGB 32 19 172 -
CMYK 0.81 0.89 0 0.33
HSL 245.1º 0.8% 0.37% -
HSV(B) 245.1º 0.89% 0.67% -
XYZ 8.27 3.75 39.32 -
YUV 40.33 202.31 122.06 -
System Red Green Blue C M Y K H S L
Decimal 32 19 172 0.81 0.89 0 0.33 245.1 0.8 0.37
Hex 20 13 AC 51 59 0 21 F5 50 25
Octal 40 23 254 121 131 0 41 365 120 45
Binary 100000 10011 10101100 1010001 1011001 0 100001 11110101 1010000 100101

Color Harmonies of #2013AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2013AC

Black with #2013AC

Text Example


Text Example

White with #2013AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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