Html Css Color HEX #2B13AD Ultramarine

📋 copy color: '#2B13AD'

red 43 ◦ green 19 ◦ blue 173

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

Shades of Ultramarine #2B13AD

Tints of Ultramarine #2B13AD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.09%

 BLUE value IS 173 (67.97% from 255) = 73.62%

R = 18.3%
G = 8.09%
B = 73.62%

CMYK

 C value IS 0.75

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2B13AD (or 0x2B13AD) is known color: Ultramarine. HEX triplet: 2B, 13 and AD. RGB value is (43,19,173). Sum of RGB (Red+Green+Blue) = 43+19+173=235 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.30% from 235); Green value is 19 (7.81% from 255 or 8.09% from 235); Blue value is 173 (67.97% from 255 or 73.62% from 235); Max value from RGB is 173 - color contains mainly: blue. Hex color #2B13AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B13AD is #D4EC52. Grayscale: #2B2B2B. Windows color (decimal): -13954131 or 11342635. OLE color: 11342635.

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

Color convert

RGB 43 19 173 -
CMYK 0.75 0.89 0 0.32
HSL 249.35º 0.8% 0.38% -
HSV(B) 249.35º 0.89% 0.68% -
XYZ 8.77 4 39.84 -
YUV 43.73 200.95 127.48 -
System Red Green Blue C M Y K H S L
Decimal 43 19 173 0.75 0.89 0 0.32 249.35 0.8 0.38
Hex 2B 13 AD 4B 59 0 20 F9 50 26
Octal 53 23 255 113 131 0 40 371 120 46
Binary 101011 10011 10101101 1001011 1011001 0 100000 11111001 1010000 100110

Color Harmonies of #2B13AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B13AD

Black with #2B13AD

Text Example


Text Example

White with #2B13AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,19,173); }

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

background-color css

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

 a { background-color: rgb(43,19,173); }

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

border-color css

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

 span { border-color: rgb(43,19,173); }

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