Html Css Color HEX #2015AC Ultramarine

📋 copy color: '#2015AC'

red 32 ◦ green 21 ◦ blue 172

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

Shades of Ultramarine #2015AC

Tints of Ultramarine #2015AC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.33%

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

R = 14.22%
G = 9.33%
B = 76.44%

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

#2015AC (or 0x2015AC) is known color: Ultramarine. HEX triplet: 20, 15 and AC. RGB value is (32,21,172). Sum of RGB (Red+Green+Blue) = 32+21+172=225 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.22% from 225); Green value is 21 (8.59% from 255 or 9.33% from 225); Blue value is 172 (67.58% from 255 or 76.44% from 225); Max value from RGB is 172 - color contains mainly: blue. Hex color #2015AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2015AC is #DFEA53. Grayscale: #282828. Windows color (decimal): -14674516 or 11277600. OLE color: 11277600.

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

Color convert

RGB 32 21 172 -
CMYK 0.81 0.88 0 0.33
HSL 244.37º 0.78% 0.38% -
HSV(B) 244.37º 0.88% 0.67% -
XYZ 8.31 3.82 39.33 -
YUV 41.5 201.64 121.22 -
System Red Green Blue C M Y K H S L
Decimal 32 21 172 0.81 0.88 0 0.33 244.37 0.78 0.38
Hex 20 15 AC 51 58 0 21 F4 4E 26
Octal 40 25 254 121 130 0 41 364 116 46
Binary 100000 10101 10101100 1010001 1011000 0 100001 11110100 1001110 100110

Color Harmonies of #2015AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2015AC

Black with #2015AC

Text Example


Text Example

White with #2015AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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