Html Css Color HEX #2B1195 Ultramarine

📋 copy color: '#2B1195'

red 43 ◦ green 17 ◦ blue 149

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

Shades of Ultramarine #2B1195

Tints of Ultramarine #2B1195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 71.29%

R = 20.57%
G = 8.13%
B = 71.29%

CMYK

 C value IS 0.71

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2B1195 (or 0x2B1195) is known color: Ultramarine. HEX triplet: 2B, 11 and 95. RGB value is (43,17,149). Sum of RGB (Red+Green+Blue) = 43+17+149=209 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.57% from 209); Green value is 17 (7.03% from 255 or 8.13% from 209); Blue value is 149 (58.59% from 255 or 71.29% from 209); Max value from RGB is 149 - color contains mainly: blue. Hex color #2B1195 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B1195 is #D4EE6A. Grayscale: #272727. Windows color (decimal): -13954667 or 9769259. OLE color: 9769259.

HSL color Cylindrical-coordinate representation of color #2B1195: hue angle of 251.82º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2B1195 is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 43 17 149 -
CMYK 0.71 0.89 0 0.42
HSL 251.82º 0.8% 0.33% -
HSV(B) 251.82º 0.89% 0.58% -
XYZ 6.62 3.08 28.68 -
YUV 39.82 189.61 130.27 -
System Red Green Blue C M Y K H S L
Decimal 43 17 149 0.71 0.89 0 0.42 251.82 0.8 0.33
Hex 2B 11 95 47 59 0 2A FC 50 21
Octal 53 21 225 107 131 0 52 374 120 41
Binary 101011 10001 10010101 1000111 1011001 0 101010 11111100 1010000 100001

Color Harmonies of #2B1195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B1195

Black with #2B1195

Text Example


Text Example

White with #2B1195

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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