Html Css Color HEX #2A1095 Ultramarine

📋 copy color: '#2A1095'

red 42 ◦ green 16 ◦ blue 149

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

Shades of Ultramarine #2A1095

Tints of Ultramarine #2A1095

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.73%

 BLUE value IS 149 (58.59% from 255) = 71.98%

R = 20.29%
G = 7.73%
B = 71.98%

CMYK

 C value IS 0.72

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2A1095 (or 0x2A1095) is known color: Ultramarine. HEX triplet: 2A, 10 and 95. RGB value is (42,16,149). Sum of RGB (Red+Green+Blue) = 42+16+149=207 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.29% from 207); Green value is 16 (6.64% from 255 or 7.73% from 207); Blue value is 149 (58.59% from 255 or 71.98% from 207); Max value from RGB is 149 - color contains mainly: blue. Hex color #2A1095 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A1095 is #D5EF6A. Grayscale: #262626. Windows color (decimal): -14020459 or 9769002. OLE color: 9769002.

HSL color Cylindrical-coordinate representation of color #2A1095: hue angle of 251.73º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2A1095 is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 42 16 149 -
CMYK 0.72 0.89 0 0.42
HSL 251.73º 0.81% 0.32% -
HSV(B) 251.73º 0.89% 0.58% -
XYZ 6.56 3.03 28.67 -
YUV 38.94 190.11 130.19 -
System Red Green Blue C M Y K H S L
Decimal 42 16 149 0.72 0.89 0 0.42 251.73 0.81 0.32
Hex 2A 10 95 48 59 0 2A FC 51 20
Octal 52 20 225 110 131 0 52 374 121 40
Binary 101010 10000 10010101 1001000 1011001 0 101010 11111100 1010001 100000

Color Harmonies of #2A1095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A1095

Black with #2A1095

Text Example


Text Example

White with #2A1095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,16,149); }

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

background-color css

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

 a { background-color: rgb(42,16,149); }

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

border-color css

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

 span { border-color: rgb(42,16,149); }

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