Html Css Color HEX #2801AD Ultramarine

📋 copy color: '#2801AD'

red 40 ◦ green 1 ◦ blue 173

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

Shades of Ultramarine #2801AD

Tints of Ultramarine #2801AD

RGB

 RED value IS 40 (16.02% from 255) = 18.69%

 GREEN value IS 1 (0.78% from 255) = 0.47%

 BLUE value IS 173 (67.97% from 255) = 80.84%

R = 18.69%
G = 0.47%
B = 80.84%

CMYK

 C value IS 0.77

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2801AD (or 0x2801AD) is known color: Ultramarine. HEX triplet: 28, 01 and AD. RGB value is (40,1,173). Sum of RGB (Red+Green+Blue) = 40+1+173=214 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.69% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 173 (67.97% from 255 or 80.84% from 214); Max value from RGB is 173 - color contains mainly: blue. Hex color #2801AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2801AD is #D7FE52. Grayscale: #1F1F1F. Windows color (decimal): -14155347 or 11338024. OLE color: 11338024.

HSL color Cylindrical-coordinate representation of color #2801AD: hue angle of 253.6º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2801AD is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 40 1 173 -
CMYK 0.77 0.99 0 0.32
HSL 253.6º 0.99% 0.34% -
HSV(B) 253.6º 0.99% 0.68% -
XYZ 8.43 3.49 39.76 -
YUV 32.27 207.42 133.51 -
System Red Green Blue C M Y K H S L
Decimal 40 1 173 0.77 0.99 0 0.32 253.6 0.99 0.34
Hex 28 1 AD 4D 63 0 20 FE 63 22
Octal 50 1 255 115 143 0 40 376 143 42
Binary 101000 1 10101101 1001101 1100011 0 100000 11111110 1100011 100010

Color Harmonies of #2801AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2801AD

Black with #2801AD

Text Example


Text Example

White with #2801AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2801AD; }

 p { color: rgb(40,1,173); }

 H1.HeaderClassName
 {
   color: #2801AD;
 }
 .AnyTagClassName
 {
   color: #2801AD;
 }
</style>

background-color css

<style>
 a { background-color: #2801AD; }

 a { background-color: rgb(40,1,173); }

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

border-color css

<style>
 span { border-color: #2801AD; }

 span { border-color: rgb(40,1,173); }

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