Html Css Color HEX #2815AB Ultramarine

📋 copy color: '#2815AB'

red 40 ◦ green 21 ◦ blue 171

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

Shades of Ultramarine #2815AB

Tints of Ultramarine #2815AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 73.71%

R = 17.24%
G = 9.05%
B = 73.71%

CMYK

 C value IS 0.77

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2815AB (or 0x2815AB) is known color: Ultramarine. HEX triplet: 28, 15 and AB. RGB value is (40,21,171). Sum of RGB (Red+Green+Blue) = 40+21+171=232 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.24% from 232); Green value is 21 (8.59% from 255 or 9.05% from 232); Blue value is 171 (67.19% from 255 or 73.71% from 232); Max value from RGB is 171 - color contains mainly: blue. Hex color #2815AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2815AB is #D7EA54. Grayscale: #2B2B2B. Windows color (decimal): -14150229 or 11212072. OLE color: 11212072.

HSL color Cylindrical-coordinate representation of color #2815AB: hue angle of 247.6º 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 #2815AB is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 40 21 171 -
CMYK 0.77 0.88 0 0.33
HSL 247.6º 0.78% 0.38% -
HSV(B) 247.6º 0.88% 0.67% -
XYZ 8.49 3.93 38.84 -
YUV 43.78 199.79 125.3 -
System Red Green Blue C M Y K H S L
Decimal 40 21 171 0.77 0.88 0 0.33 247.6 0.78 0.38
Hex 28 15 AB 4D 58 0 21 F8 4E 26
Octal 50 25 253 115 130 0 41 370 116 46
Binary 101000 10101 10101011 1001101 1011000 0 100001 11111000 1001110 100110

Color Harmonies of #2815AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2815AB

Black with #2815AB

Text Example


Text Example

White with #2815AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2815AB; }

 p { color: rgb(40,21,171); }

 H1.HeaderClassName
 {
   color: #2815AB;
 }
 .AnyTagClassName
 {
   color: #2815AB;
 }
</style>

background-color css

<style>
 a { background-color: #2815AB; }

 a { background-color: rgb(40,21,171); }

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

border-color css

<style>
 span { border-color: #2815AB; }

 span { border-color: rgb(40,21,171); }

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