Html Css Color HEX #2015AA Ultramarine

📋 copy color: '#2015AA'

red 32 ◦ green 21 ◦ blue 170

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

Shades of Ultramarine #2015AA

Tints of Ultramarine #2015AA

RGB

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

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

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

R = 14.35%
G = 9.42%
B = 76.23%

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

#2015AA (or 0x2015AA) is known color: Ultramarine. HEX triplet: 20, 15 and AA. RGB value is (32,21,170). Sum of RGB (Red+Green+Blue) = 32+21+170=223 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.35% from 223); Green value is 21 (8.59% from 255 or 9.42% from 223); Blue value is 170 (66.80% from 255 or 76.23% from 223); Max value from RGB is 170 - color contains mainly: blue. Hex color #2015AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2015AA is #DFEA55. Grayscale: #282828. Windows color (decimal): -14674518 or 11146528. OLE color: 11146528.

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

Color convert

RGB 32 21 170 -
CMYK 0.81 0.88 0 0.33
HSL 244.43º 0.78% 0.37% -
HSV(B) 244.43º 0.88% 0.67% -
XYZ 8.12 3.75 38.33 -
YUV 41.28 200.64 121.38 -
System Red Green Blue C M Y K H S L
Decimal 32 21 170 0.81 0.88 0 0.33 244.43 0.78 0.37
Hex 20 15 AA 51 58 0 21 F4 4E 25
Octal 40 25 252 121 130 0 41 364 116 45
Binary 100000 10101 10101010 1010001 1011000 0 100001 11110100 1001110 100101

Color Harmonies of #2015AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2015AA

Black with #2015AA

Text Example


Text Example

White with #2015AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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