Html Css Color HEX #2B19AA Ultramarine

📋 copy color: '#2B19AA'

red 43 ◦ green 25 ◦ blue 170

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

Shades of Ultramarine #2B19AA

Tints of Ultramarine #2B19AA

RGB

 RED value IS 43 (17.19% from 255) = 18.07%

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

 BLUE value IS 170 (66.8% from 255) = 71.43%

R = 18.07%
G = 10.5%
B = 71.43%

CMYK

 C value IS 0.75

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2B19AA (or 0x2B19AA) is known color: Ultramarine. HEX triplet: 2B, 19 and AA. RGB value is (43,25,170). Sum of RGB (Red+Green+Blue) = 43+25+170=238 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.07% from 238); Green value is 25 (10.16% from 255 or 10.50% from 238); Blue value is 170 (66.80% from 255 or 71.43% from 238); Max value from RGB is 170 - color contains mainly: blue. Hex color #2B19AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B19AA is #D4E655. Grayscale: #2E2E2E. Windows color (decimal): -13952598 or 11147563. OLE color: 11147563.

HSL color Cylindrical-coordinate representation of color #2B19AA: hue angle of 247.45º 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 #2B19AA is Cyan = 0.75, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 43 25 170 -
CMYK 0.75 0.85 0 0.33
HSL 247.45º 0.74% 0.38% -
HSV(B) 247.45º 0.85% 0.67% -
XYZ 8.6 4.11 38.37 -
YUV 46.91 197.46 125.21 -
System Red Green Blue C M Y K H S L
Decimal 43 25 170 0.75 0.85 0 0.33 247.45 0.74 0.38
Hex 2B 19 AA 4B 55 0 21 F7 4A 26
Octal 53 31 252 113 125 0 41 367 112 46
Binary 101011 11001 10101010 1001011 1010101 0 100001 11110111 1001010 100110

Color Harmonies of #2B19AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B19AA

Black with #2B19AA

Text Example


Text Example

White with #2B19AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,25,170); }

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

background-color css

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

 a { background-color: rgb(43,25,170); }

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

border-color css

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

 span { border-color: rgb(43,25,170); }

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