Html Css Color HEX #2A099D Ultramarine

📋 copy color: '#2A099D'

red 42 ◦ green 9 ◦ blue 157

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

Shades of Ultramarine #2A099D

Tints of Ultramarine #2A099D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 75.48%

R = 20.19%
G = 4.33%
B = 75.48%

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

#2A099D (or 0x2A099D) is known color: Ultramarine. HEX triplet: 2A, 09 and 9D. RGB value is (42,9,157). Sum of RGB (Red+Green+Blue) = 42+9+157=208 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.19% from 208); Green value is 9 (3.91% from 255 or 4.33% from 208); Blue value is 157 (61.72% from 255 or 75.48% from 208); Max value from RGB is 157 - color contains mainly: blue. Hex color #2A099D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A099D is #D5F662. Grayscale: #232323. Windows color (decimal): -14022243 or 10291498. OLE color: 10291498.

HSL color Cylindrical-coordinate representation of color #2A099D: hue angle of 253.38º 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 #2A099D is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 42 9 157 -
CMYK 0.73 0.94 0 0.38
HSL 253.38º 0.89% 0.33% -
HSV(B) 253.38º 0.94% 0.62% -
XYZ 7.14 3.12 32.12 -
YUV 35.74 196.43 132.47 -
System Red Green Blue C M Y K H S L
Decimal 42 9 157 0.73 0.94 0 0.38 253.38 0.89 0.33
Hex 2A 9 9D 49 5E 0 26 FD 59 21
Octal 52 11 235 111 136 0 46 375 131 41
Binary 101010 1001 10011101 1001001 1011110 0 100110 11111101 1011001 100001

Color Harmonies of #2A099D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A099D

Black with #2A099D

Text Example


Text Example

White with #2A099D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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