Html Css Color HEX #2B119D Ultramarine

📋 copy color: '#2B119D'

red 43 ◦ green 17 ◦ blue 157

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

Shades of Ultramarine #2B119D

Tints of Ultramarine #2B119D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.83%

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

R = 19.82%
G = 7.83%
B = 72.35%

CMYK

 C value IS 0.73

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2B119D (or 0x2B119D) is known color: Ultramarine. HEX triplet: 2B, 11 and 9D. RGB value is (43,17,157). Sum of RGB (Red+Green+Blue) = 43+17+157=217 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.82% from 217); Green value is 17 (7.03% from 255 or 7.83% from 217); Blue value is 157 (61.72% from 255 or 72.35% from 217); Max value from RGB is 157 - color contains mainly: blue. Hex color #2B119D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B119D is #D4EE62. Grayscale: #282828. Windows color (decimal): -13954659 or 10293547. OLE color: 10293547.

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

Color convert

RGB 43 17 157 -
CMYK 0.73 0.89 0 0.38
HSL 251.14º 0.8% 0.34% -
HSV(B) 251.14º 0.89% 0.62% -
XYZ 7.28 3.35 32.16 -
YUV 40.73 193.61 129.62 -
System Red Green Blue C M Y K H S L
Decimal 43 17 157 0.73 0.89 0 0.38 251.14 0.8 0.34
Hex 2B 11 9D 49 59 0 26 FB 50 22
Octal 53 21 235 111 131 0 46 373 120 42
Binary 101011 10001 10011101 1001001 1011001 0 100110 11111011 1010000 100010

Color Harmonies of #2B119D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B119D

Black with #2B119D

Text Example


Text Example

White with #2B119D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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