Html Css Color HEX #2A1EA5 Ultramarine

📋 copy color: '#2A1EA5'

red 42 ◦ green 30 ◦ blue 165

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

Shades of Ultramarine #2A1EA5

Tints of Ultramarine #2A1EA5

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.66%

 BLUE value IS 165 (64.84% from 255) = 69.62%

R = 17.72%
G = 12.66%
B = 69.62%

CMYK

 C value IS 0.75

 M value IS 0.82

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#2A1EA5 (or 0x2A1EA5) is known color: Ultramarine. HEX triplet: 2A, 1E and A5. RGB value is (42,30,165). Sum of RGB (Red+Green+Blue) = 42+30+165=237 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.72% from 237); Green value is 30 (12.11% from 255 or 12.66% from 237); Blue value is 165 (64.84% from 255 or 69.62% from 237); Max value from RGB is 165 - color contains mainly: blue. Hex color #2A1EA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A1EA5 is #D5E15A. Grayscale: #303030. Windows color (decimal): -14016859 or 10821162. OLE color: 10821162.

HSL color Cylindrical-coordinate representation of color #2A1EA5: hue angle of 245.33º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A1EA5 is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 42 30 165 -
CMYK 0.75 0.82 0 0.35
HSL 245.33º 0.69% 0.38% -
HSV(B) 245.33º 0.82% 0.65% -
XYZ 8.21 4.14 35.96 -
YUV 48.98 193.48 123.02 -
System Red Green Blue C M Y K H S L
Decimal 42 30 165 0.75 0.82 0 0.35 245.33 0.69 0.38
Hex 2A 1E A5 4B 52 0 23 F5 45 26
Octal 52 36 245 113 122 0 43 365 105 46
Binary 101010 11110 10100101 1001011 1010010 0 100011 11110101 1000101 100110

Color Harmonies of #2A1EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A1EA5

Black with #2A1EA5

Text Example


Text Example

White with #2A1EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,30,165); }

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

background-color css

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

 a { background-color: rgb(42,30,165); }

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

border-color css

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

 span { border-color: rgb(42,30,165); }

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