Html Css Color HEX #2E019C Ultramarine

📋 copy color: '#2E019C'

red 46 ◦ green 1 ◦ blue 156

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

Shades of Ultramarine #2E019C

Tints of Ultramarine #2E019C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

 BLUE value IS 156 (61.33% from 255) = 76.85%

R = 22.66%
G = 0.49%
B = 76.85%

CMYK

 C value IS 0.71

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2E019C (or 0x2E019C) is known color: Ultramarine. HEX triplet: 2E, 01 and 9C. RGB value is (46,1,156). Sum of RGB (Red+Green+Blue) = 46+1+156=203 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.66% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 156 (61.33% from 255 or 76.85% from 203); Max value from RGB is 156 - color contains mainly: blue. Hex color #2E019C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E019C is #D1FE63. Grayscale: #1F1F1F. Windows color (decimal): -13762148 or 10223918. OLE color: 10223918.

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

Color convert

RGB 46 1 156 -
CMYK 0.71 0.99 0 0.39
HSL 257.42º 0.99% 0.31% -
HSV(B) 257.42º 0.99% 0.61% -
XYZ 7.14 3 31.66 -
YUV 32.13 197.91 137.9 -
System Red Green Blue C M Y K H S L
Decimal 46 1 156 0.71 0.99 0 0.39 257.42 0.99 0.31
Hex 2E 1 9C 47 63 0 27 101 63 1F
Octal 56 1 234 107 143 0 47 401 143 37
Binary 101110 1 10011100 1000111 1100011 0 100111 100000001 1100011 11111

Color Harmonies of #2E019C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E019C

Black with #2E019C

Text Example


Text Example

White with #2E019C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,1,156); }

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

background-color css

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

 a { background-color: rgb(46,1,156); }

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

border-color css

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

 span { border-color: rgb(46,1,156); }

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