Html Css Color HEX #2A0CAA Ultramarine

📋 copy color: '#2A0CAA'

red 42 ◦ green 12 ◦ blue 170

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

Shades of Ultramarine #2A0CAA

Tints of Ultramarine #2A0CAA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.36%

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

R = 18.75%
G = 5.36%
B = 75.89%

CMYK

 C value IS 0.75

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2A0CAA (or 0x2A0CAA) is known color: Ultramarine. HEX triplet: 2A, 0C and AA. RGB value is (42,12,170). Sum of RGB (Red+Green+Blue) = 42+12+170=224 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.75% from 224); Green value is 12 (5.08% from 255 or 5.36% from 224); Blue value is 170 (66.80% from 255 or 75.89% from 224); Max value from RGB is 170 - color contains mainly: blue. Hex color #2A0CAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0CAA is #D5F355. Grayscale: #262626. Windows color (decimal): -14021462 or 11144234. OLE color: 11144234.

HSL color Cylindrical-coordinate representation of color #2A0CAA: hue angle of 251.39º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2A0CAA is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 42 12 170 -
CMYK 0.75 0.93 0 0.33
HSL 251.39º 0.87% 0.36% -
HSV(B) 251.39º 0.93% 0.67% -
XYZ 8.34 3.66 38.3 -
YUV 38.98 201.94 130.15 -
System Red Green Blue C M Y K H S L
Decimal 42 12 170 0.75 0.93 0 0.33 251.39 0.87 0.36
Hex 2A C AA 4B 5D 0 21 FB 57 24
Octal 52 14 252 113 135 0 41 373 127 44
Binary 101010 1100 10101010 1001011 1011101 0 100001 11111011 1010111 100100

Color Harmonies of #2A0CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A0CAA

Black with #2A0CAA

Text Example


Text Example

White with #2A0CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,12,170); }

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

background-color css

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

 a { background-color: rgb(42,12,170); }

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

border-color css

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

 span { border-color: rgb(42,12,170); }

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