Html Css Color HEX #2C19AA Ultramarine

📋 copy color: '#2C19AA'

red 44 ◦ green 25 ◦ blue 170

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

Shades of Ultramarine #2C19AA

Tints of Ultramarine #2C19AA

RGB

 RED value IS 44 (17.58% from 255) = 18.41%

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

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

R = 18.41%
G = 10.46%
B = 71.13%

CMYK

 C value IS 0.74

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2C19AA (or 0x2C19AA) is known color: Ultramarine. HEX triplet: 2C, 19 and AA. RGB value is (44,25,170). Sum of RGB (Red+Green+Blue) = 44+25+170=239 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.41% from 239); Green value is 25 (10.16% from 255 or 10.46% from 239); Blue value is 170 (66.80% from 255 or 71.13% from 239); Max value from RGB is 170 - color contains mainly: blue. Hex color #2C19AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C19AA is #D3E655. Grayscale: #2E2E2E. Windows color (decimal): -13887062 or 11147564. OLE color: 11147564.

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

Color convert

RGB 44 25 170 -
CMYK 0.74 0.85 0 0.33
HSL 247.86º 0.74% 0.38% -
HSV(B) 247.86º 0.85% 0.67% -
XYZ 8.64 4.13 38.37 -
YUV 47.21 197.29 125.71 -
System Red Green Blue C M Y K H S L
Decimal 44 25 170 0.74 0.85 0 0.33 247.86 0.74 0.38
Hex 2C 19 AA 4A 55 0 21 F8 4A 26
Octal 54 31 252 112 125 0 41 370 112 46
Binary 101100 11001 10101010 1001010 1010101 0 100001 11111000 1001010 100110

Color Harmonies of #2C19AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C19AA

Black with #2C19AA

Text Example


Text Example

White with #2C19AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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