Html Css Color HEX #2A09AC Ultramarine

📋 copy color: '#2A09AC'

red 42 ◦ green 9 ◦ blue 172

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

Shades of Ultramarine #2A09AC

Tints of Ultramarine #2A09AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 77.13%

R = 18.83%
G = 4.04%
B = 77.13%

CMYK

 C value IS 0.76

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2A09AC (or 0x2A09AC) is known color: Ultramarine. HEX triplet: 2A, 09 and AC. RGB value is (42,9,172). Sum of RGB (Red+Green+Blue) = 42+9+172=223 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.83% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 172 (67.58% from 255 or 77.13% from 223); Max value from RGB is 172 - color contains mainly: blue. Hex color #2A09AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A09AC is #D5F653. Grayscale: #242424. Windows color (decimal): -14022228 or 11274538. OLE color: 11274538.

HSL color Cylindrical-coordinate representation of color #2A09AC: hue angle of 252.15º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2A09AC is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 42 9 172 -
CMYK 0.76 0.95 0 0.33
HSL 252.15º 0.9% 0.35% -
HSV(B) 252.15º 0.95% 0.67% -
XYZ 8.5 3.67 39.29 -
YUV 37.45 203.93 131.25 -
System Red Green Blue C M Y K H S L
Decimal 42 9 172 0.76 0.95 0 0.33 252.15 0.9 0.35
Hex 2A 9 AC 4C 5F 0 21 FC 5A 23
Octal 52 11 254 114 137 0 41 374 132 43
Binary 101010 1001 10101100 1001100 1011111 0 100001 11111100 1011010 100011

Color Harmonies of #2A09AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A09AC

Black with #2A09AC

Text Example


Text Example

White with #2A09AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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