Html Css Color HEX #2E06AD Ultramarine

📋 copy color: '#2E06AD'

red 46 ◦ green 6 ◦ blue 173

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

Shades of Ultramarine #2E06AD

Tints of Ultramarine #2E06AD

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.67%

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

R = 20.44%
G = 2.67%
B = 76.89%

CMYK

 C value IS 0.73

 M value IS 0.97

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2E06AD (or 0x2E06AD) is known color: Ultramarine. HEX triplet: 2E, 06 and AD. RGB value is (46,6,173). Sum of RGB (Red+Green+Blue) = 46+6+173=225 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.44% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 173 (67.97% from 255 or 76.89% from 225); Max value from RGB is 173 - color contains mainly: blue. Hex color #2E06AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E06AD is #D1F952. Grayscale: #242424. Windows color (decimal): -13760851 or 11339310. OLE color: 11339310.

HSL color Cylindrical-coordinate representation of color #2E06AD: hue angle of 254.37º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2E06AD is Cyan = 0.73, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 46 6 173 -
CMYK 0.73 0.97 0 0.32
HSL 254.37º 0.93% 0.35% -
HSV(B) 254.37º 0.97% 0.68% -
XYZ 8.73 3.73 39.79 -
YUV 37 204.75 134.42 -
System Red Green Blue C M Y K H S L
Decimal 46 6 173 0.73 0.97 0 0.32 254.37 0.93 0.35
Hex 2E 6 AD 49 61 0 20 FE 5D 23
Octal 56 6 255 111 141 0 40 376 135 43
Binary 101110 110 10101101 1001001 1100001 0 100000 11111110 1011101 100011

Color Harmonies of #2E06AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E06AD

Black with #2E06AD

Text Example


Text Example

White with #2E06AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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