Html Css Color HEX #2113AB Ultramarine

📋 copy color: '#2113AB'

red 33 ◦ green 19 ◦ blue 171

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

Shades of Ultramarine #2113AB

Tints of Ultramarine #2113AB

RGB

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

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

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

R = 14.8%
G = 8.52%
B = 76.68%

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

#2113AB (or 0x2113AB) is known color: Ultramarine. HEX triplet: 21, 13 and AB. RGB value is (33,19,171). Sum of RGB (Red+Green+Blue) = 33+19+171=223 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.80% from 223); Green value is 19 (7.81% from 255 or 8.52% from 223); Blue value is 171 (67.19% from 255 or 76.68% from 223); Max value from RGB is 171 - color contains mainly: blue. Hex color #2113AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2113AB is #DEEC54. Grayscale: #272727. Windows color (decimal): -14609493 or 11211553. OLE color: 11211553.

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

Color convert

RGB 33 19 171 -
CMYK 0.81 0.89 0 0.33
HSL 245.53º 0.8% 0.37% -
HSV(B) 245.53º 0.89% 0.67% -
XYZ 8.21 3.73 38.82 -
YUV 40.51 201.64 122.64 -
System Red Green Blue C M Y K H S L
Decimal 33 19 171 0.81 0.89 0 0.33 245.53 0.8 0.37
Hex 21 13 AB 51 59 0 21 F6 50 25
Octal 41 23 253 121 131 0 41 366 120 45
Binary 100001 10011 10101011 1010001 1011001 0 100001 11110110 1010000 100101

Color Harmonies of #2113AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2113AB

Black with #2113AB

Text Example


Text Example

White with #2113AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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