Html Css Color HEX #2A099A Ultramarine

📋 copy color: '#2A099A'

red 42 ◦ green 9 ◦ blue 154

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

Shades of Ultramarine #2A099A

Tints of Ultramarine #2A099A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 75.12%

R = 20.49%
G = 4.39%
B = 75.12%

CMYK

 C value IS 0.73

 M value IS 0.94

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#2A099A (or 0x2A099A) is known color: Ultramarine. HEX triplet: 2A, 09 and 9A. RGB value is (42,9,154). Sum of RGB (Red+Green+Blue) = 42+9+154=205 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.49% from 205); Green value is 9 (3.91% from 255 or 4.39% from 205); Blue value is 154 (60.55% from 255 or 75.12% from 205); Max value from RGB is 154 - color contains mainly: blue. Hex color #2A099A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A099A is #D5F665. Grayscale: #222222. Windows color (decimal): -14022246 or 10094890. OLE color: 10094890.

HSL color Cylindrical-coordinate representation of color #2A099A: hue angle of 253.66º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2A099A is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 42 9 154 -
CMYK 0.73 0.94 0 0.40
HSL 253.66º 0.89% 0.32% -
HSV(B) 253.66º 0.94% 0.6% -
XYZ 6.89 3.02 30.79 -
YUV 35.4 194.93 132.71 -
System Red Green Blue C M Y K H S L
Decimal 42 9 154 0.73 0.94 0 0.40 253.66 0.89 0.32
Hex 2A 9 9A 49 5E 0 28 FE 59 20
Octal 52 11 232 111 136 0 50 376 131 40
Binary 101010 1001 10011010 1001001 1011110 0 101000 11111110 1011001 100000

Color Harmonies of #2A099A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A099A

Black with #2A099A

Text Example


Text Example

White with #2A099A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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