Html Css Color HEX #2E18B2 Ultramarine

📋 copy color: '#2E18B2'

red 46 ◦ green 24 ◦ blue 178

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

Shades of Ultramarine #2E18B2

Tints of Ultramarine #2E18B2

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.68%

 BLUE value IS 178 (69.92% from 255) = 71.77%

R = 18.55%
G = 9.68%
B = 71.77%

CMYK

 C value IS 0.74

 M value IS 0.87

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#2E18B2 (or 0x2E18B2) is known color: Ultramarine. HEX triplet: 2E, 18 and B2. RGB value is (46,24,178). Sum of RGB (Red+Green+Blue) = 46+24+178=248 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.55% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 178 (69.92% from 255 or 71.77% from 248); Max value from RGB is 178 - color contains mainly: blue. Hex color #2E18B2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E18B2 is #D1E74D. Grayscale: #2F2F2F. Windows color (decimal): -13756238 or 11671598. OLE color: 11671598.

HSL color Cylindrical-coordinate representation of color #2E18B2: hue angle of 248.57º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2E18B2 is Cyan = 0.74, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 46 24 178 -
CMYK 0.74 0.87 0 0.30
HSL 248.57º 0.76% 0.4% -
HSV(B) 248.57º 0.87% 0.7% -
XYZ 9.49 4.45 42.48 -
YUV 48.13 201.29 126.48 -
System Red Green Blue C M Y K H S L
Decimal 46 24 178 0.74 0.87 0 0.30 248.57 0.76 0.4
Hex 2E 18 B2 4A 57 0 1E F9 4C 28
Octal 56 30 262 112 127 0 36 371 114 50
Binary 101110 11000 10110010 1001010 1010111 0 11110 11111001 1001100 101000

Color Harmonies of #2E18B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E18B2

Black with #2E18B2

Text Example


Text Example

White with #2E18B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,24,178); }

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

background-color css

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

 a { background-color: rgb(46,24,178); }

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

border-color css

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

 span { border-color: rgb(46,24,178); }

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