Html Css Color HEX #2113AA Ultramarine

📋 copy color: '#2113AA'

red 33 ◦ green 19 ◦ blue 170

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

Shades of Ultramarine #2113AA

Tints of Ultramarine #2113AA

RGB

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

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

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

R = 14.86%
G = 8.56%
B = 76.58%

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

#2113AA (or 0x2113AA) is known color: Ultramarine. HEX triplet: 21, 13 and AA. RGB value is (33,19,170). Sum of RGB (Red+Green+Blue) = 33+19+170=222 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.86% from 222); Green value is 19 (7.81% from 255 or 8.56% from 222); Blue value is 170 (66.80% from 255 or 76.58% from 222); Max value from RGB is 170 - color contains mainly: blue. Hex color #2113AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2113AA is #DEEC55. Grayscale: #272727. Windows color (decimal): -14609494 or 11146017. OLE color: 11146017.

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

Color convert

RGB 33 19 170 -
CMYK 0.81 0.89 0 0.33
HSL 245.56º 0.8% 0.37% -
HSV(B) 245.56º 0.89% 0.67% -
XYZ 8.12 3.69 38.31 -
YUV 40.4 201.14 122.72 -
System Red Green Blue C M Y K H S L
Decimal 33 19 170 0.81 0.89 0 0.33 245.56 0.8 0.37
Hex 21 13 AA 51 59 0 21 F6 50 25
Octal 41 23 252 121 131 0 41 366 120 45
Binary 100001 10011 10101010 1010001 1011001 0 100001 11110110 1010000 100101

Color Harmonies of #2113AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2113AA

Black with #2113AA

Text Example


Text Example

White with #2113AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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