Html Css Color HEX #2A129A Ultramarine

📋 copy color: '#2A129A'

red 42 ◦ green 18 ◦ blue 154

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

Shades of Ultramarine #2A129A

Tints of Ultramarine #2A129A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.41%

 BLUE value IS 154 (60.55% from 255) = 71.96%

R = 19.63%
G = 8.41%
B = 71.96%

CMYK

 C value IS 0.73

 M value IS 0.88

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#2A129A (or 0x2A129A) is known color: Ultramarine. HEX triplet: 2A, 12 and 9A. RGB value is (42,18,154). Sum of RGB (Red+Green+Blue) = 42+18+154=214 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.63% from 214); Green value is 18 (7.42% from 255 or 8.41% from 214); Blue value is 154 (60.55% from 255 or 71.96% from 214); Max value from RGB is 154 - color contains mainly: blue. Hex color #2A129A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A129A is #D5ED65. Grayscale: #282828. Windows color (decimal): -14019942 or 10097194. OLE color: 10097194.

HSL color Cylindrical-coordinate representation of color #2A129A: hue angle of 250.59º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2A129A is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 42 18 154 -
CMYK 0.73 0.88 0 0.40
HSL 250.59º 0.79% 0.34% -
HSV(B) 250.59º 0.88% 0.6% -
XYZ 7 3.26 30.83 -
YUV 40.68 191.95 128.94 -
System Red Green Blue C M Y K H S L
Decimal 42 18 154 0.73 0.88 0 0.40 250.59 0.79 0.34
Hex 2A 12 9A 49 58 0 28 FB 4F 22
Octal 52 22 232 111 130 0 50 373 117 42
Binary 101010 10010 10011010 1001001 1011000 0 101000 11111011 1001111 100010

Color Harmonies of #2A129A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A129A

Black with #2A129A

Text Example


Text Example

White with #2A129A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,18,154); }

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

background-color css

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

 a { background-color: rgb(42,18,154); }

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

border-color css

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

 span { border-color: rgb(42,18,154); }

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