Html Css Color HEX #2E09AD Ultramarine

📋 copy color: '#2E09AD'

red 46 ◦ green 9 ◦ blue 173

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

Shades of Ultramarine #2E09AD

Tints of Ultramarine #2E09AD

RGB

 RED value IS 46 (18.36% from 255) = 20.18%

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

 BLUE value IS 173 (67.97% from 255) = 75.88%

R = 20.18%
G = 3.95%
B = 75.88%

CMYK

 C value IS 0.73

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2E09AD (or 0x2E09AD) is known color: Ultramarine. HEX triplet: 2E, 09 and AD. RGB value is (46,9,173). Sum of RGB (Red+Green+Blue) = 46+9+173=228 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.18% from 228); Green value is 9 (3.91% from 255 or 3.95% from 228); Blue value is 173 (67.97% from 255 or 75.88% from 228); Max value from RGB is 173 - color contains mainly: blue. Hex color #2E09AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E09AD is #D1F652. Grayscale: #262626. Windows color (decimal): -13760083 or 11340078. OLE color: 11340078.

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

Color convert

RGB 46 9 173 -
CMYK 0.73 0.95 0 0.32
HSL 253.54º 0.9% 0.36% -
HSV(B) 253.54º 0.95% 0.68% -
XYZ 8.77 3.79 39.81 -
YUV 38.76 203.76 133.16 -
System Red Green Blue C M Y K H S L
Decimal 46 9 173 0.73 0.95 0 0.32 253.54 0.9 0.36
Hex 2E 9 AD 49 5F 0 20 FE 5A 24
Octal 56 11 255 111 137 0 40 376 132 44
Binary 101110 1001 10101101 1001001 1011111 0 100000 11111110 1011010 100100

Color Harmonies of #2E09AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E09AD

Black with #2E09AD

Text Example


Text Example

White with #2E09AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,9,173); }

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

background-color css

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

 a { background-color: rgb(46,9,173); }

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

border-color css

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

 span { border-color: rgb(46,9,173); }

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