Html Css Color HEX #2E06AB Ultramarine

📋 copy color: '#2E06AB'

red 46 ◦ green 6 ◦ blue 171

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

Shades of Ultramarine #2E06AB

Tints of Ultramarine #2E06AB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.69%

 BLUE value IS 171 (67.19% from 255) = 76.68%

R = 20.63%
G = 2.69%
B = 76.68%

CMYK

 C value IS 0.73

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2E06AB (or 0x2E06AB) is known color: Ultramarine. HEX triplet: 2E, 06 and AB. RGB value is (46,6,171). Sum of RGB (Red+Green+Blue) = 46+6+171=223 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.63% from 223); Green value is 6 (2.73% from 255 or 2.69% from 223); Blue value is 171 (67.19% from 255 or 76.68% from 223); Max value from RGB is 171 - color contains mainly: blue. Hex color #2E06AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E06AB is #D1F954. Grayscale: #242424. Windows color (decimal): -13760853 or 11208238. OLE color: 11208238.

HSL color Cylindrical-coordinate representation of color #2E06AB: hue angle of 254.55º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E06AB is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 46 6 171 -
CMYK 0.73 0.96 0 0.33
HSL 254.55º 0.93% 0.35% -
HSV(B) 254.55º 0.96% 0.67% -
XYZ 8.54 3.65 38.78 -
YUV 36.77 203.75 134.58 -
System Red Green Blue C M Y K H S L
Decimal 46 6 171 0.73 0.96 0 0.33 254.55 0.93 0.35
Hex 2E 6 AB 49 60 0 21 FF 5D 23
Octal 56 6 253 111 140 0 41 377 135 43
Binary 101110 110 10101011 1001001 1100000 0 100001 11111111 1011101 100011

Color Harmonies of #2E06AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E06AB

Black with #2E06AB

Text Example


Text Example

White with #2E06AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,6,171); }

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

background-color css

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

 a { background-color: rgb(46,6,171); }

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

border-color css

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

 span { border-color: rgb(46,6,171); }

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