Html Css Color HEX #2B13AA Ultramarine

📋 copy color: '#2B13AA'

red 43 ◦ green 19 ◦ blue 170

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

Shades of Ultramarine #2B13AA

Tints of Ultramarine #2B13AA

RGB

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

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

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

R = 18.53%
G = 8.19%
B = 73.28%

CMYK

 C value IS 0.75

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2B13AA (or 0x2B13AA) is known color: Ultramarine. HEX triplet: 2B, 13 and AA. RGB value is (43,19,170). Sum of RGB (Red+Green+Blue) = 43+19+170=232 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.53% from 232); Green value is 19 (7.81% from 255 or 8.19% from 232); Blue value is 170 (66.80% from 255 or 73.28% from 232); Max value from RGB is 170 - color contains mainly: blue. Hex color #2B13AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B13AA is #D4EC55. Grayscale: #2A2A2A. Windows color (decimal): -13954134 or 11146027. OLE color: 11146027.

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

Color convert

RGB 43 19 170 -
CMYK 0.75 0.89 0 0.33
HSL 249.54º 0.8% 0.37% -
HSV(B) 249.54º 0.89% 0.67% -
XYZ 8.48 3.88 38.33 -
YUV 43.39 199.45 127.72 -
System Red Green Blue C M Y K H S L
Decimal 43 19 170 0.75 0.89 0 0.33 249.54 0.8 0.37
Hex 2B 13 AA 4B 59 0 21 FA 50 25
Octal 53 23 252 113 131 0 41 372 120 45
Binary 101011 10011 10101010 1001011 1011001 0 100001 11111010 1010000 100101

Color Harmonies of #2B13AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B13AA

Black with #2B13AA

Text Example


Text Example

White with #2B13AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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