Html Css Color HEX #2B129D Ultramarine

📋 copy color: '#2B129D'

red 43 ◦ green 18 ◦ blue 157

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

Shades of Ultramarine #2B129D

Tints of Ultramarine #2B129D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.26%

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

R = 19.72%
G = 8.26%
B = 72.02%

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

#2B129D (or 0x2B129D) is known color: Ultramarine. HEX triplet: 2B, 12 and 9D. RGB value is (43,18,157). Sum of RGB (Red+Green+Blue) = 43+18+157=218 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.72% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 157 (61.72% from 255 or 72.02% from 218); Max value from RGB is 157 - color contains mainly: blue. Hex color #2B129D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B129D is #D4ED62. Grayscale: #282828. Windows color (decimal): -13954403 or 10293803. OLE color: 10293803.

HSL color Cylindrical-coordinate representation of color #2B129D: hue angle of 250.79º degrees, saturation: 0.79, 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 #2B129D is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 43 18 157 -
CMYK 0.73 0.89 0 0.38
HSL 250.79º 0.79% 0.34% -
HSV(B) 250.79º 0.89% 0.62% -
XYZ 7.3 3.38 32.17 -
YUV 41.32 193.28 129.2 -
System Red Green Blue C M Y K H S L
Decimal 43 18 157 0.73 0.89 0 0.38 250.79 0.79 0.34
Hex 2B 12 9D 49 59 0 26 FB 4F 22
Octal 53 22 235 111 131 0 46 373 117 42
Binary 101011 10010 10011101 1001001 1011001 0 100110 11111011 1001111 100010

Color Harmonies of #2B129D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B129D

Black with #2B129D

Text Example


Text Example

White with #2B129D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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