Html Css Color HEX #2B119B Ultramarine

📋 copy color: '#2B119B'

red 43 ◦ green 17 ◦ blue 155

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

Shades of Ultramarine #2B119B

Tints of Ultramarine #2B119B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 72.09%

R = 20%
G = 7.91%
B = 72.09%

CMYK

 C value IS 0.72

 M value IS 0.89

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2B119B (or 0x2B119B) is known color: Ultramarine. HEX triplet: 2B, 11 and 9B. RGB value is (43,17,155). Sum of RGB (Red+Green+Blue) = 43+17+155=215 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20% from 215); Green value is 17 (7.03% from 255 or 7.91% from 215); Blue value is 155 (60.94% from 255 or 72.09% from 215); Max value from RGB is 155 - color contains mainly: blue. Hex color #2B119B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B119B is #D4EE64. Grayscale: #272727. Windows color (decimal): -13954661 or 10162475. OLE color: 10162475.

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

Color convert

RGB 43 17 155 -
CMYK 0.72 0.89 0 0.39
HSL 251.3º 0.8% 0.34% -
HSV(B) 251.3º 0.89% 0.61% -
XYZ 7.11 3.28 31.27 -
YUV 40.51 192.61 129.78 -
System Red Green Blue C M Y K H S L
Decimal 43 17 155 0.72 0.89 0 0.39 251.3 0.8 0.34
Hex 2B 11 9B 48 59 0 27 FB 50 22
Octal 53 21 233 110 131 0 47 373 120 42
Binary 101011 10001 10011011 1001000 1011001 0 100111 11111011 1010000 100010

Color Harmonies of #2B119B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B119B

Black with #2B119B

Text Example


Text Example

White with #2B119B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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