Html Css Color HEX #2B15AA Ultramarine

📋 copy color: '#2B15AA'

red 43 ◦ green 21 ◦ blue 170

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

Shades of Ultramarine #2B15AA

Tints of Ultramarine #2B15AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 72.65%

R = 18.38%
G = 8.97%
B = 72.65%

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

#2B15AA (or 0x2B15AA) is known color: Ultramarine. HEX triplet: 2B, 15 and AA. RGB value is (43,21,170). Sum of RGB (Red+Green+Blue) = 43+21+170=234 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.38% from 234); Green value is 21 (8.59% from 255 or 8.97% from 234); Blue value is 170 (66.80% from 255 or 72.65% from 234); Max value from RGB is 170 - color contains mainly: blue. Hex color #2B15AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B15AA is #D4EA55. Grayscale: #2B2B2B. Windows color (decimal): -13953622 or 11146539. OLE color: 11146539.

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

Color convert

RGB 43 21 170 -
CMYK 0.75 0.88 0 0.33
HSL 248.86º 0.78% 0.37% -
HSV(B) 248.86º 0.88% 0.67% -
XYZ 8.52 3.95 38.34 -
YUV 44.56 198.79 126.88 -
System Red Green Blue C M Y K H S L
Decimal 43 21 170 0.75 0.88 0 0.33 248.86 0.78 0.37
Hex 2B 15 AA 4B 58 0 21 F9 4E 25
Octal 53 25 252 113 130 0 41 371 116 45
Binary 101011 10101 10101010 1001011 1011000 0 100001 11111001 1001110 100101

Color Harmonies of #2B15AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B15AA

Black with #2B15AA

Text Example


Text Example

White with #2B15AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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