Html Css Color HEX #2112AB Ultramarine

📋 copy color: '#2112AB'

red 33 ◦ green 18 ◦ blue 171

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

Shades of Ultramarine #2112AB

Tints of Ultramarine #2112AB

RGB

 RED value IS 33 (13.28% from 255) = 14.86%

 GREEN value IS 18 (7.42% from 255) = 8.11%

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

R = 14.86%
G = 8.11%
B = 77.03%

CMYK

 C value IS 0.81

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2112AB (or 0x2112AB) is known color: Ultramarine. HEX triplet: 21, 12 and AB. RGB value is (33,18,171). Sum of RGB (Red+Green+Blue) = 33+18+171=222 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.86% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 171 (67.19% from 255 or 77.03% from 222); Max value from RGB is 171 - color contains mainly: blue. Hex color #2112AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2112AB is #DEED54. Grayscale: #272727. Windows color (decimal): -14609749 or 11211297. OLE color: 11211297.

HSL color Cylindrical-coordinate representation of color #2112AB: hue angle of 245.88º degrees, saturation: 0.81, 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 #2112AB is Cyan = 0.81, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 33 18 171 -
CMYK 0.81 0.89 0 0.33
HSL 245.88º 0.81% 0.37% -
HSV(B) 245.88º 0.89% 0.67% -
XYZ 8.19 3.7 38.81 -
YUV 39.93 201.97 123.06 -
System Red Green Blue C M Y K H S L
Decimal 33 18 171 0.81 0.89 0 0.33 245.88 0.81 0.37
Hex 21 12 AB 51 59 0 21 F6 51 25
Octal 41 22 253 121 131 0 41 366 121 45
Binary 100001 10010 10101011 1010001 1011001 0 100001 11110110 1010001 100101

Color Harmonies of #2112AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2112AB

Black with #2112AB

Text Example


Text Example

White with #2112AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2112AB; }

 p { color: rgb(33,18,171); }

 H1.HeaderClassName
 {
   color: #2112AB;
 }
 .AnyTagClassName
 {
   color: #2112AB;
 }
</style>

background-color css

<style>
 a { background-color: #2112AB; }

 a { background-color: rgb(33,18,171); }

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

border-color css

<style>
 span { border-color: #2112AB; }

 span { border-color: rgb(33,18,171); }

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