Html Css Color HEX #2A199B Ultramarine

📋 copy color: '#2A199B'

red 42 ◦ green 25 ◦ blue 155

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

Shades of Ultramarine #2A199B

Tints of Ultramarine #2A199B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 69.82%

R = 18.92%
G = 11.26%
B = 69.82%

CMYK

 C value IS 0.73

 M value IS 0.84

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2A199B (or 0x2A199B) is known color: Ultramarine. HEX triplet: 2A, 19 and 9B. RGB value is (42,25,155). Sum of RGB (Red+Green+Blue) = 42+25+155=222 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.92% from 222); Green value is 25 (10.16% from 255 or 11.26% from 222); Blue value is 155 (60.94% from 255 or 69.82% from 222); Max value from RGB is 155 - color contains mainly: blue. Hex color #2A199B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A199B is #D5E664. Grayscale: #2C2C2C. Windows color (decimal): -14018149 or 10164522. OLE color: 10164522.

HSL color Cylindrical-coordinate representation of color #2A199B: hue angle of 247.85º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2A199B is Cyan = 0.73, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 42 25 155 -
CMYK 0.73 0.84 0 0.39
HSL 247.85º 0.72% 0.35% -
HSV(B) 247.85º 0.84% 0.61% -
XYZ 7.22 3.55 31.32 -
YUV 44.9 190.13 125.93 -
System Red Green Blue C M Y K H S L
Decimal 42 25 155 0.73 0.84 0 0.39 247.85 0.72 0.35
Hex 2A 19 9B 49 54 0 27 F8 48 23
Octal 52 31 233 111 124 0 47 370 110 43
Binary 101010 11001 10011011 1001001 1010100 0 100111 11111000 1001000 100011

Color Harmonies of #2A199B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A199B

Black with #2A199B

Text Example


Text Example

White with #2A199B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,25,155); }

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

background-color css

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

 a { background-color: rgb(42,25,155); }

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

border-color css

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

 span { border-color: rgb(42,25,155); }

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