Html Css Color HEX #2E19AB Ultramarine

📋 copy color: '#2E19AB'

red 46 ◦ green 25 ◦ blue 171

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

Shades of Ultramarine #2E19AB

Tints of Ultramarine #2E19AB

RGB

 RED value IS 46 (18.36% from 255) = 19.01%

 GREEN value IS 25 (10.16% from 255) = 10.33%

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

R = 19.01%
G = 10.33%
B = 70.66%

CMYK

 C value IS 0.73

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2E19AB (or 0x2E19AB) is known color: Ultramarine. HEX triplet: 2E, 19 and AB. RGB value is (46,25,171). Sum of RGB (Red+Green+Blue) = 46+25+171=242 (32% of max value = 765). Red value is 46 (18.36% from 255 or 19.01% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 171 (67.19% from 255 or 70.66% from 242); Max value from RGB is 171 - color contains mainly: blue. Hex color #2E19AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E19AB is #D1E654. Grayscale: #2F2F2F. Windows color (decimal): -13755989 or 11213102. OLE color: 11213102.

HSL color Cylindrical-coordinate representation of color #2E19AB: hue angle of 248.63º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2E19AB is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 46 25 171 -
CMYK 0.73 0.85 0 0.33
HSL 248.63º 0.74% 0.38% -
HSV(B) 248.63º 0.85% 0.67% -
XYZ 8.83 4.22 38.88 -
YUV 47.92 197.46 126.63 -
System Red Green Blue C M Y K H S L
Decimal 46 25 171 0.73 0.85 0 0.33 248.63 0.74 0.38
Hex 2E 19 AB 49 55 0 21 F9 4A 26
Octal 56 31 253 111 125 0 41 371 112 46
Binary 101110 11001 10101011 1001001 1010101 0 100001 11111001 1001010 100110

Color Harmonies of #2E19AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E19AB

Black with #2E19AB

Text Example


Text Example

White with #2E19AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2E19AB; }

 p { color: rgb(46,25,171); }

 H1.HeaderClassName
 {
   color: #2E19AB;
 }
 .AnyTagClassName
 {
   color: #2E19AB;
 }
</style>

background-color css

<style>
 a { background-color: #2E19AB; }

 a { background-color: rgb(46,25,171); }

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

border-color css

<style>
 span { border-color: #2E19AB; }

 span { border-color: rgb(46,25,171); }

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