Html Css Color HEX #2A10AD Ultramarine

📋 copy color: '#2A10AD'

red 42 ◦ green 16 ◦ blue 173

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

Shades of Ultramarine #2A10AD

Tints of Ultramarine #2A10AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 74.89%

R = 18.18%
G = 6.93%
B = 74.89%

CMYK

 C value IS 0.76

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2A10AD (or 0x2A10AD) is known color: Ultramarine. HEX triplet: 2A, 10 and AD. RGB value is (42,16,173). Sum of RGB (Red+Green+Blue) = 42+16+173=231 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.18% from 231); Green value is 16 (6.64% from 255 or 6.93% from 231); Blue value is 173 (67.97% from 255 or 74.89% from 231); Max value from RGB is 173 - color contains mainly: blue. Hex color #2A10AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A10AD is #D5EF52. Grayscale: #292929. Windows color (decimal): -14020435 or 11341866. OLE color: 11341866.

HSL color Cylindrical-coordinate representation of color #2A10AD: hue angle of 249.94º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2A10AD is Cyan = 0.76, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 42 16 173 -
CMYK 0.76 0.91 0 0.32
HSL 249.94º 0.83% 0.37% -
HSV(B) 249.94º 0.91% 0.68% -
XYZ 8.68 3.88 39.83 -
YUV 41.67 202.11 128.23 -
System Red Green Blue C M Y K H S L
Decimal 42 16 173 0.76 0.91 0 0.32 249.94 0.83 0.37
Hex 2A 10 AD 4C 5B 0 20 FA 53 25
Octal 52 20 255 114 133 0 40 372 123 45
Binary 101010 10000 10101101 1001100 1011011 0 100000 11111010 1010011 100101

Color Harmonies of #2A10AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A10AD

Black with #2A10AD

Text Example


Text Example

White with #2A10AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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