Html Css Color HEX #2A139A Ultramarine

📋 copy color: '#2A139A'

red 42 ◦ green 19 ◦ blue 154

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

Shades of Ultramarine #2A139A

Tints of Ultramarine #2A139A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.84%

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

R = 19.53%
G = 8.84%
B = 71.63%

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

#2A139A (or 0x2A139A) is known color: Ultramarine. HEX triplet: 2A, 13 and 9A. RGB value is (42,19,154). Sum of RGB (Red+Green+Blue) = 42+19+154=215 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.53% from 215); Green value is 19 (7.81% from 255 or 8.84% from 215); Blue value is 154 (60.55% from 255 or 71.63% from 215); Max value from RGB is 154 - color contains mainly: blue. Hex color #2A139A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A139A is #D5EC65. Grayscale: #282828. Windows color (decimal): -14019686 or 10097450. OLE color: 10097450.

HSL color Cylindrical-coordinate representation of color #2A139A: hue angle of 250.22º degrees, saturation: 0.78, 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 #2A139A is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 42 19 154 -
CMYK 0.73 0.88 0 0.40
HSL 250.22º 0.78% 0.34% -
HSV(B) 250.22º 0.88% 0.6% -
XYZ 7.02 3.29 30.84 -
YUV 41.27 191.62 128.52 -
System Red Green Blue C M Y K H S L
Decimal 42 19 154 0.73 0.88 0 0.40 250.22 0.78 0.34
Hex 2A 13 9A 49 58 0 28 FA 4E 22
Octal 52 23 232 111 130 0 50 372 116 42
Binary 101010 10011 10011010 1001001 1011000 0 101000 11111010 1001110 100010

Color Harmonies of #2A139A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A139A

Black with #2A139A

Text Example


Text Example

White with #2A139A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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