Html Css Color HEX #2E01B4 Ultramarine

📋 copy color: '#2E01B4'

red 46 ◦ green 1 ◦ blue 180

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

Shades of Ultramarine #2E01B4

Tints of Ultramarine #2E01B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 79.3%

R = 20.26%
G = 0.44%
B = 79.3%

CMYK

 C value IS 0.74

 M value IS 0.99

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#2E01B4 (or 0x2E01B4) is known color: Ultramarine. HEX triplet: 2E, 01 and B4. RGB value is (46,1,180). Sum of RGB (Red+Green+Blue) = 46+1+180=227 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.26% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 180 (70.70% from 255 or 79.30% from 227); Max value from RGB is 180 - color contains mainly: blue. Hex color #2E01B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E01B4 is #D1FE4B. Grayscale: #222222. Windows color (decimal): -13762124 or 11796782. OLE color: 11796782.

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

Color convert

RGB 46 1 180 -
CMYK 0.74 0.99 0 0.29
HSL 255.08º 0.99% 0.35% -
HSV(B) 255.08º 0.99% 0.71% -
XYZ 9.38 3.9 43.44 -
YUV 34.86 209.91 135.95 -
System Red Green Blue C M Y K H S L
Decimal 46 1 180 0.74 0.99 0 0.29 255.08 0.99 0.35
Hex 2E 1 B4 4A 63 0 1D FF 63 23
Octal 56 1 264 112 143 0 35 377 143 43
Binary 101110 1 10110100 1001010 1100011 0 11101 11111111 1100011 100011

Color Harmonies of #2E01B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E01B4

Black with #2E01B4

Text Example


Text Example

White with #2E01B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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