Html Css Color HEX #2A169B Ultramarine

📋 copy color: '#2A169B'

red 42 ◦ green 22 ◦ blue 155

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

Shades of Ultramarine #2A169B

Tints of Ultramarine #2A169B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.05%

 BLUE value IS 155 (60.94% from 255) = 70.78%

R = 19.18%
G = 10.05%
B = 70.78%

CMYK

 C value IS 0.73

 M value IS 0.86

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2A169B (or 0x2A169B) is known color: Ultramarine. HEX triplet: 2A, 16 and 9B. RGB value is (42,22,155). Sum of RGB (Red+Green+Blue) = 42+22+155=219 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.18% from 219); Green value is 22 (8.98% from 255 or 10.05% from 219); Blue value is 155 (60.94% from 255 or 70.78% from 219); Max value from RGB is 155 - color contains mainly: blue. Hex color #2A169B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A169B is #D5E964. Grayscale: #2A2A2A. Windows color (decimal): -14018917 or 10163754. OLE color: 10163754.

HSL color Cylindrical-coordinate representation of color #2A169B: hue angle of 249.02º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2A169B is Cyan = 0.73, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 42 22 155 -
CMYK 0.73 0.86 0 0.39
HSL 249.02º 0.75% 0.35% -
HSV(B) 249.02º 0.86% 0.61% -
XYZ 7.16 3.43 31.3 -
YUV 43.14 191.13 127.19 -
System Red Green Blue C M Y K H S L
Decimal 42 22 155 0.73 0.86 0 0.39 249.02 0.75 0.35
Hex 2A 16 9B 49 56 0 27 F9 4B 23
Octal 52 26 233 111 126 0 47 371 113 43
Binary 101010 10110 10011011 1001001 1010110 0 100111 11111001 1001011 100011

Color Harmonies of #2A169B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A169B

Black with #2A169B

Text Example


Text Example

White with #2A169B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,22,155); }

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

background-color css

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

 a { background-color: rgb(42,22,155); }

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

border-color css

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

 span { border-color: rgb(42,22,155); }

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