Html Css Color HEX #2B15AB Ultramarine

📋 copy color: '#2B15AB'

red 43 ◦ green 21 ◦ blue 171

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

Shades of Ultramarine #2B15AB

Tints of Ultramarine #2B15AB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.94%

 BLUE value IS 171 (67.19% from 255) = 72.77%

R = 18.3%
G = 8.94%
B = 72.77%

CMYK

 C value IS 0.75

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2B15AB (or 0x2B15AB) is known color: Ultramarine. HEX triplet: 2B, 15 and AB. RGB value is (43,21,171). Sum of RGB (Red+Green+Blue) = 43+21+171=235 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.30% from 235); Green value is 21 (8.59% from 255 or 8.94% from 235); Blue value is 171 (67.19% from 255 or 72.77% from 235); Max value from RGB is 171 - color contains mainly: blue. Hex color #2B15AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B15AB is #D4EA54. Grayscale: #2C2C2C. Windows color (decimal): -13953621 or 11212075. OLE color: 11212075.

HSL color Cylindrical-coordinate representation of color #2B15AB: hue angle of 248.8º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2B15AB is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 43 21 171 -
CMYK 0.75 0.88 0 0.33
HSL 248.8º 0.78% 0.38% -
HSV(B) 248.8º 0.88% 0.67% -
XYZ 8.62 3.99 38.84 -
YUV 44.68 199.29 126.8 -
System Red Green Blue C M Y K H S L
Decimal 43 21 171 0.75 0.88 0 0.33 248.8 0.78 0.38
Hex 2B 15 AB 4B 58 0 21 F9 4E 26
Octal 53 25 253 113 130 0 41 371 116 46
Binary 101011 10101 10101011 1001011 1011000 0 100001 11111001 1001110 100110

Color Harmonies of #2B15AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B15AB

Black with #2B15AB

Text Example


Text Example

White with #2B15AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,21,171); }

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

background-color css

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

 a { background-color: rgb(43,21,171); }

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

border-color css

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

 span { border-color: rgb(43,21,171); }

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