Html Css Color HEX #2E099B Ultramarine

📋 copy color: '#2E099B'

red 46 ◦ green 9 ◦ blue 155

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

Shades of Ultramarine #2E099B

Tints of Ultramarine #2E099B

RGB

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

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

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

R = 21.9%
G = 4.29%
B = 73.81%

CMYK

 C value IS 0.70

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2E099B (or 0x2E099B) is known color: Ultramarine. HEX triplet: 2E, 09 and 9B. RGB value is (46,9,155). Sum of RGB (Red+Green+Blue) = 46+9+155=210 (27% of max value = 765). Red value is 46 (18.36% from 255 or 21.90% from 210); Green value is 9 (3.91% from 255 or 4.29% from 210); Blue value is 155 (60.94% from 255 or 73.81% from 210); Max value from RGB is 155 - color contains mainly: blue. Hex color #2E099B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E099B is #D1F664. Grayscale: #242424. Windows color (decimal): -13760101 or 10160430. OLE color: 10160430.

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

Color convert

RGB 46 9 155 -
CMYK 0.70 0.94 0 0.39
HSL 255.21º 0.89% 0.32% -
HSV(B) 255.21º 0.94% 0.61% -
XYZ 7.14 3.14 31.24 -
YUV 36.71 194.76 134.63 -
System Red Green Blue C M Y K H S L
Decimal 46 9 155 0.70 0.94 0 0.39 255.21 0.89 0.32
Hex 2E 9 9B 46 5E 0 27 FF 59 20
Octal 56 11 233 106 136 0 47 377 131 40
Binary 101110 1001 10011011 1000110 1011110 0 100111 11111111 1011001 100000

Color Harmonies of #2E099B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E099B

Black with #2E099B

Text Example


Text Example

White with #2E099B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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