Html Css Color HEX #2B14AA Ultramarine

📋 copy color: '#2B14AA'

red 43 ◦ green 20 ◦ blue 170

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

Shades of Ultramarine #2B14AA

Tints of Ultramarine #2B14AA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.58%

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

R = 18.45%
G = 8.58%
B = 72.96%

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

#2B14AA (or 0x2B14AA) is known color: Ultramarine. HEX triplet: 2B, 14 and AA. RGB value is (43,20,170). Sum of RGB (Red+Green+Blue) = 43+20+170=233 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.45% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 170 (66.80% from 255 or 72.96% from 233); Max value from RGB is 170 - color contains mainly: blue. Hex color #2B14AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B14AA is #D4EB55. Grayscale: #2B2B2B. Windows color (decimal): -13953878 or 11146283. OLE color: 11146283.

HSL color Cylindrical-coordinate representation of color #2B14AA: hue angle of 249.2º degrees, saturation: 0.79, 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 #2B14AA is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 43 20 170 -
CMYK 0.75 0.88 0 0.33
HSL 249.2º 0.79% 0.37% -
HSV(B) 249.2º 0.88% 0.67% -
XYZ 8.5 3.92 38.34 -
YUV 43.98 199.12 127.3 -
System Red Green Blue C M Y K H S L
Decimal 43 20 170 0.75 0.88 0 0.33 249.2 0.79 0.37
Hex 2B 14 AA 4B 58 0 21 F9 4F 25
Octal 53 24 252 113 130 0 41 371 117 45
Binary 101011 10100 10101010 1001011 1011000 0 100001 11111001 1001111 100101

Color Harmonies of #2B14AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B14AA

Black with #2B14AA

Text Example


Text Example

White with #2B14AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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