Html Css Color HEX #2C14AA Ultramarine

📋 copy color: '#2C14AA'

red 44 ◦ green 20 ◦ blue 170

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

Shades of Ultramarine #2C14AA

Tints of Ultramarine #2C14AA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.55%

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

R = 18.8%
G = 8.55%
B = 72.65%

CMYK

 C value IS 0.74

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2C14AA (or 0x2C14AA) is known color: Ultramarine. HEX triplet: 2C, 14 and AA. RGB value is (44,20,170). Sum of RGB (Red+Green+Blue) = 44+20+170=234 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.80% from 234); Green value is 20 (8.20% from 255 or 8.55% from 234); Blue value is 170 (66.80% from 255 or 72.65% from 234); Max value from RGB is 170 - color contains mainly: blue. Hex color #2C14AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C14AA is #D3EB55. Grayscale: #2B2B2B. Windows color (decimal): -13888342 or 11146284. OLE color: 11146284.

HSL color Cylindrical-coordinate representation of color #2C14AA: hue angle of 249.6º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2C14AA is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 44 20 170 -
CMYK 0.74 0.88 0 0.33
HSL 249.6º 0.79% 0.37% -
HSV(B) 249.6º 0.88% 0.67% -
XYZ 8.54 3.94 38.34 -
YUV 44.28 198.95 127.8 -
System Red Green Blue C M Y K H S L
Decimal 44 20 170 0.74 0.88 0 0.33 249.6 0.79 0.37
Hex 2C 14 AA 4A 58 0 21 FA 4F 25
Octal 54 24 252 112 130 0 41 372 117 45
Binary 101100 10100 10101010 1001010 1011000 0 100001 11111010 1001111 100101

Color Harmonies of #2C14AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C14AA

Black with #2C14AA

Text Example


Text Example

White with #2C14AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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