Html Css Color HEX #2E05BA Ultramarine

📋 copy color: '#2E05BA'

red 46 ◦ green 5 ◦ blue 186

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

Shades of Ultramarine #2E05BA

Tints of Ultramarine #2E05BA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.11%

 BLUE value IS 186 (73.05% from 255) = 78.48%

R = 19.41%
G = 2.11%
B = 78.48%

CMYK

 C value IS 0.75

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2E05BA (or 0x2E05BA) is known color: Ultramarine. HEX triplet: 2E, 05 and BA. RGB value is (46,5,186). Sum of RGB (Red+Green+Blue) = 46+5+186=237 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.41% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 186 (73.05% from 255 or 78.48% from 237); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E05BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E05BA is #D1FA45. Grayscale: #252525. Windows color (decimal): -13761094 or 12191022. OLE color: 12191022.

HSL color Cylindrical-coordinate representation of color #2E05BA: hue angle of 253.59º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2E05BA is Cyan = 0.75, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 46 5 186 -
CMYK 0.75 0.97 0 0.27
HSL 253.59º 0.95% 0.37% -
HSV(B) 253.59º 0.97% 0.73% -
XYZ 10.04 4.23 46.74 -
YUV 37.89 211.58 133.78 -
System Red Green Blue C M Y K H S L
Decimal 46 5 186 0.75 0.97 0 0.27 253.59 0.95 0.37
Hex 2E 5 BA 4B 61 0 1B FE 5F 25
Octal 56 5 272 113 141 0 33 376 137 45
Binary 101110 101 10111010 1001011 1100001 0 11011 11111110 1011111 100101

Color Harmonies of #2E05BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E05BA

Black with #2E05BA

Text Example


Text Example

White with #2E05BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,5,186); }

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

background-color css

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

 a { background-color: rgb(46,5,186); }

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

border-color css

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

 span { border-color: rgb(46,5,186); }

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