Html Css Color HEX #2A09AE Ultramarine

📋 copy color: '#2A09AE'

red 42 ◦ green 9 ◦ blue 174

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

Shades of Ultramarine #2A09AE

Tints of Ultramarine #2A09AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 77.33%

R = 18.67%
G = 4%
B = 77.33%

CMYK

 C value IS 0.76

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2A09AE (or 0x2A09AE) is known color: Ultramarine. HEX triplet: 2A, 09 and AE. RGB value is (42,9,174). Sum of RGB (Red+Green+Blue) = 42+9+174=225 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.67% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 174 (68.36% from 255 or 77.33% from 225); Max value from RGB is 174 - color contains mainly: blue. Hex color #2A09AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A09AE is #D5F651. Grayscale: #252525. Windows color (decimal): -14022226 or 11405610. OLE color: 11405610.

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

Color convert

RGB 42 9 174 -
CMYK 0.76 0.95 0 0.32
HSL 252º 0.9% 0.36% -
HSV(B) 252º 0.95% 0.68% -
XYZ 8.69 3.74 40.31 -
YUV 37.68 204.93 131.08 -
System Red Green Blue C M Y K H S L
Decimal 42 9 174 0.76 0.95 0 0.32 252 0.9 0.36
Hex 2A 9 AE 4C 5F 0 20 FC 5A 24
Octal 52 11 256 114 137 0 40 374 132 44
Binary 101010 1001 10101110 1001100 1011111 0 100000 11111100 1011010 100100

Color Harmonies of #2A09AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A09AE

Black with #2A09AE

Text Example


Text Example

White with #2A09AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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