Html Css Color HEX #2E19A2 Ultramarine

📋 copy color: '#2E19A2'

red 46 ◦ green 25 ◦ blue 162

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

Shades of Ultramarine #2E19A2

Tints of Ultramarine #2E19A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 69.53%

R = 19.74%
G = 10.73%
B = 69.53%

CMYK

 C value IS 0.72

 M value IS 0.85

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#2E19A2 (or 0x2E19A2) is known color: Ultramarine. HEX triplet: 2E, 19 and A2. RGB value is (46,25,162). Sum of RGB (Red+Green+Blue) = 46+25+162=233 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.74% from 233); Green value is 25 (10.16% from 255 or 10.73% from 233); Blue value is 162 (63.67% from 255 or 69.53% from 233); Max value from RGB is 162 - color contains mainly: blue. Hex color #2E19A2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E19A2 is #D1E65D. Grayscale: #2E2E2E. Windows color (decimal): -13755998 or 10623278. OLE color: 10623278.

HSL color Cylindrical-coordinate representation of color #2E19A2: hue angle of 249.2º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2E19A2 is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 46 25 162 -
CMYK 0.72 0.85 0 0.36
HSL 249.2º 0.73% 0.37% -
HSV(B) 249.2º 0.85% 0.64% -
XYZ 8 3.88 34.51 -
YUV 46.9 192.96 127.36 -
System Red Green Blue C M Y K H S L
Decimal 46 25 162 0.72 0.85 0 0.36 249.2 0.73 0.37
Hex 2E 19 A2 48 55 0 24 F9 49 25
Octal 56 31 242 110 125 0 44 371 111 45
Binary 101110 11001 10100010 1001000 1010101 0 100100 11111001 1001001 100101

Color Harmonies of #2E19A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E19A2

Black with #2E19A2

Text Example


Text Example

White with #2E19A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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