Html Css Color HEX #2E07AD Ultramarine

📋 copy color: '#2E07AD'

red 46 ◦ green 7 ◦ blue 173

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

Shades of Ultramarine #2E07AD

Tints of Ultramarine #2E07AD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.1%

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

R = 20.35%
G = 3.1%
B = 76.55%

CMYK

 C value IS 0.73

 M value IS 0.96

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2E07AD (or 0x2E07AD) is known color: Ultramarine. HEX triplet: 2E, 07 and AD. RGB value is (46,7,173). Sum of RGB (Red+Green+Blue) = 46+7+173=226 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.35% from 226); Green value is 7 (3.12% from 255 or 3.10% from 226); Blue value is 173 (67.97% from 255 or 76.55% from 226); Max value from RGB is 173 - color contains mainly: blue. Hex color #2E07AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E07AD is #D1F852. Grayscale: #242424. Windows color (decimal): -13760595 or 11339566. OLE color: 11339566.

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

Color convert

RGB 46 7 173 -
CMYK 0.73 0.96 0 0.32
HSL 254.1º 0.92% 0.35% -
HSV(B) 254.1º 0.96% 0.68% -
XYZ 8.75 3.75 39.8 -
YUV 37.59 204.42 134 -
System Red Green Blue C M Y K H S L
Decimal 46 7 173 0.73 0.96 0 0.32 254.1 0.92 0.35
Hex 2E 7 AD 49 60 0 20 FE 5C 23
Octal 56 7 255 111 140 0 40 376 134 43
Binary 101110 111 10101101 1001001 1100000 0 100000 11111110 1011100 100011

Color Harmonies of #2E07AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E07AD

Black with #2E07AD

Text Example


Text Example

White with #2E07AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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