Html Css Color HEX #2A09A0 Ultramarine

📋 copy color: '#2A09A0'

red 42 ◦ green 9 ◦ blue 160

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

Shades of Ultramarine #2A09A0

Tints of Ultramarine #2A09A0

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.27%

 BLUE value IS 160 (62.89% from 255) = 75.83%

R = 19.91%
G = 4.27%
B = 75.83%

CMYK

 C value IS 0.74

 M value IS 0.94

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#2A09A0 (or 0x2A09A0) is known color: Ultramarine. HEX triplet: 2A, 09 and A0. RGB value is (42,9,160). Sum of RGB (Red+Green+Blue) = 42+9+160=211 (27% of max value = 765). Red value is 42 (16.80% from 255 or 19.91% from 211); Green value is 9 (3.91% from 255 or 4.27% from 211); Blue value is 160 (62.89% from 255 or 75.83% from 211); Max value from RGB is 160 - color contains mainly: blue. Hex color #2A09A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A09A0 is #D5F65F. Grayscale: #232323. Windows color (decimal): -14022240 or 10488106. OLE color: 10488106.

HSL color Cylindrical-coordinate representation of color #2A09A0: hue angle of 253.11º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2A09A0 is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 42 9 160 -
CMYK 0.74 0.94 0 0.37
HSL 253.11º 0.89% 0.33% -
HSV(B) 253.11º 0.94% 0.63% -
XYZ 7.4 3.23 33.49 -
YUV 36.08 197.93 132.22 -
System Red Green Blue C M Y K H S L
Decimal 42 9 160 0.74 0.94 0 0.37 253.11 0.89 0.33
Hex 2A 9 A0 4A 5E 0 25 FD 59 21
Octal 52 11 240 112 136 0 45 375 131 41
Binary 101010 1001 10100000 1001010 1011110 0 100101 11111101 1011001 100001

Color Harmonies of #2A09A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A09A0

Black with #2A09A0

Text Example


Text Example

White with #2A09A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,9,160); }

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

background-color css

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

 a { background-color: rgb(42,9,160); }

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

border-color css

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

 span { border-color: rgb(42,9,160); }

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