Html Css Color HEX #2B159D Ultramarine

📋 copy color: '#2B159D'

red 43 ◦ green 21 ◦ blue 157

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

Shades of Ultramarine #2B159D

Tints of Ultramarine #2B159D

RGB

 RED value IS 43 (17.19% from 255) = 19.46%

 GREEN value IS 21 (8.59% from 255) = 9.5%

 BLUE value IS 157 (61.72% from 255) = 71.04%

R = 19.46%
G = 9.5%
B = 71.04%

CMYK

 C value IS 0.73

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2B159D (or 0x2B159D) is known color: Ultramarine. HEX triplet: 2B, 15 and 9D. RGB value is (43,21,157). Sum of RGB (Red+Green+Blue) = 43+21+157=221 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.46% from 221); Green value is 21 (8.59% from 255 or 9.50% from 221); Blue value is 157 (61.72% from 255 or 71.04% from 221); Max value from RGB is 157 - color contains mainly: blue. Hex color #2B159D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B159D is #D4EA62. Grayscale: #2A2A2A. Windows color (decimal): -13953635 or 10294571. OLE color: 10294571.

HSL color Cylindrical-coordinate representation of color #2B159D: hue angle of 249.71º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2B159D is Cyan = 0.73, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 43 21 157 -
CMYK 0.73 0.87 0 0.38
HSL 249.71º 0.76% 0.35% -
HSV(B) 249.71º 0.87% 0.62% -
XYZ 7.35 3.48 32.18 -
YUV 43.08 192.29 127.94 -
System Red Green Blue C M Y K H S L
Decimal 43 21 157 0.73 0.87 0 0.38 249.71 0.76 0.35
Hex 2B 15 9D 49 57 0 26 FA 4C 23
Octal 53 25 235 111 127 0 46 372 114 43
Binary 101011 10101 10011101 1001001 1010111 0 100110 11111010 1001100 100011

Color Harmonies of #2B159D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B159D

Black with #2B159D

Text Example


Text Example

White with #2B159D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,21,157); }

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

background-color css

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

 a { background-color: rgb(43,21,157); }

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

border-color css

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

 span { border-color: rgb(43,21,157); }

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