Html Css Color HEX #2A099E Ultramarine

📋 copy color: '#2A099E'

red 42 ◦ green 9 ◦ blue 158

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

Shades of Ultramarine #2A099E

Tints of Ultramarine #2A099E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 75.6%

R = 20.1%
G = 4.31%
B = 75.6%

CMYK

 C value IS 0.73

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2A099E (or 0x2A099E) is known color: Ultramarine. HEX triplet: 2A, 09 and 9E. RGB value is (42,9,158). Sum of RGB (Red+Green+Blue) = 42+9+158=209 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.10% from 209); Green value is 9 (3.91% from 255 or 4.31% from 209); Blue value is 158 (62.11% from 255 or 75.60% from 209); Max value from RGB is 158 - color contains mainly: blue. Hex color #2A099E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A099E is #D5F661. Grayscale: #232323. Windows color (decimal): -14022242 or 10357034. OLE color: 10357034.

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

Color convert

RGB 42 9 158 -
CMYK 0.73 0.94 0 0.38
HSL 253.29º 0.89% 0.33% -
HSV(B) 253.29º 0.94% 0.62% -
XYZ 7.22 3.16 32.58 -
YUV 35.85 196.93 132.38 -
System Red Green Blue C M Y K H S L
Decimal 42 9 158 0.73 0.94 0 0.38 253.29 0.89 0.33
Hex 2A 9 9E 49 5E 0 26 FD 59 21
Octal 52 11 236 111 136 0 46 375 131 41
Binary 101010 1001 10011110 1001001 1011110 0 100110 11111101 1011001 100001

Color Harmonies of #2A099E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A099E

Black with #2A099E

Text Example


Text Example

White with #2A099E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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