Html Css Color HEX #2E059B Ultramarine

📋 copy color: '#2E059B'

red 46 ◦ green 5 ◦ blue 155

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

Shades of Ultramarine #2E059B

Tints of Ultramarine #2E059B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 75.24%

R = 22.33%
G = 2.43%
B = 75.24%

CMYK

 C value IS 0.70

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2E059B (or 0x2E059B) is known color: Ultramarine. HEX triplet: 2E, 05 and 9B. RGB value is (46,5,155). Sum of RGB (Red+Green+Blue) = 46+5+155=206 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.33% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 155 (60.94% from 255 or 75.24% from 206); Max value from RGB is 155 - color contains mainly: blue. Hex color #2E059B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E059B is #D1FA64. Grayscale: #212121. Windows color (decimal): -13761125 or 10159406. OLE color: 10159406.

HSL color Cylindrical-coordinate representation of color #2E059B: hue angle of 256.4º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2E059B is Cyan = 0.70, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 46 5 155 -
CMYK 0.70 0.97 0 0.39
HSL 256.4º 0.94% 0.31% -
HSV(B) 256.4º 0.97% 0.61% -
XYZ 7.1 3.06 31.23 -
YUV 34.36 196.08 136.3 -
System Red Green Blue C M Y K H S L
Decimal 46 5 155 0.70 0.97 0 0.39 256.4 0.94 0.31
Hex 2E 5 9B 46 61 0 27 100 5E 1F
Octal 56 5 233 106 141 0 47 400 136 37
Binary 101110 101 10011011 1000110 1100001 0 100111 100000000 1011110 11111

Color Harmonies of #2E059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E059B

Black with #2E059B

Text Example


Text Example

White with #2E059B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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