Html Css Color HEX #2A119D Ultramarine

📋 copy color: '#2A119D'

red 42 ◦ green 17 ◦ blue 157

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

Shades of Ultramarine #2A119D

Tints of Ultramarine #2A119D

RGB

 RED value IS 42 (16.8% from 255) = 19.44%

 GREEN value IS 17 (7.03% from 255) = 7.87%

 BLUE value IS 157 (61.72% from 255) = 72.69%

R = 19.44%
G = 7.87%
B = 72.69%

CMYK

 C value IS 0.73

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2A119D (or 0x2A119D) is known color: Ultramarine. HEX triplet: 2A, 11 and 9D. RGB value is (42,17,157). Sum of RGB (Red+Green+Blue) = 42+17+157=216 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.44% from 216); Green value is 17 (7.03% from 255 or 7.87% from 216); Blue value is 157 (61.72% from 255 or 72.69% from 216); Max value from RGB is 157 - color contains mainly: blue. Hex color #2A119D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A119D is #D5EE62. Grayscale: #272727. Windows color (decimal): -14020195 or 10293546. OLE color: 10293546.

HSL color Cylindrical-coordinate representation of color #2A119D: hue angle of 250.71º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2A119D is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 42 17 157 -
CMYK 0.73 0.89 0 0.38
HSL 250.71º 0.8% 0.34% -
HSV(B) 250.71º 0.89% 0.62% -
XYZ 7.24 3.33 32.16 -
YUV 40.44 193.78 129.12 -
System Red Green Blue C M Y K H S L
Decimal 42 17 157 0.73 0.89 0 0.38 250.71 0.8 0.34
Hex 2A 11 9D 49 59 0 26 FB 50 22
Octal 52 21 235 111 131 0 46 373 120 42
Binary 101010 10001 10011101 1001001 1011001 0 100110 11111011 1010000 100010

Color Harmonies of #2A119D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A119D

Black with #2A119D

Text Example


Text Example

White with #2A119D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,17,157); }

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

background-color css

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

 a { background-color: rgb(42,17,157); }

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

border-color css

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

 span { border-color: rgb(42,17,157); }

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