Html Css Color HEX #2B129E Ultramarine

📋 copy color: '#2B129E'

red 43 ◦ green 18 ◦ blue 158

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

Shades of Ultramarine #2B129E

Tints of Ultramarine #2B129E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 72.15%

R = 19.63%
G = 8.22%
B = 72.15%

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

#2B129E (or 0x2B129E) is known color: Ultramarine. HEX triplet: 2B, 12 and 9E. RGB value is (43,18,158). Sum of RGB (Red+Green+Blue) = 43+18+158=219 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.63% from 219); Green value is 18 (7.42% from 255 or 8.22% from 219); Blue value is 158 (62.11% from 255 or 72.15% from 219); Max value from RGB is 158 - color contains mainly: blue. Hex color #2B129E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B129E is #D4ED61. Grayscale: #282828. Windows color (decimal): -13954402 or 10359339. OLE color: 10359339.

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

Color convert

RGB 43 18 158 -
CMYK 0.73 0.89 0 0.38
HSL 250.71º 0.8% 0.35% -
HSV(B) 250.71º 0.89% 0.62% -
XYZ 7.38 3.41 32.62 -
YUV 41.44 193.78 129.12 -
System Red Green Blue C M Y K H S L
Decimal 43 18 158 0.73 0.89 0 0.38 250.71 0.8 0.35
Hex 2B 12 9E 49 59 0 26 FB 50 23
Octal 53 22 236 111 131 0 46 373 120 43
Binary 101011 10010 10011110 1001001 1011001 0 100110 11111011 1010000 100011

Color Harmonies of #2B129E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B129E

Black with #2B129E

Text Example


Text Example

White with #2B129E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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