Html Css Color HEX #2113A6 Ultramarine

📋 copy color: '#2113A6'

red 33 ◦ green 19 ◦ blue 166

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

Shades of Ultramarine #2113A6

Tints of Ultramarine #2113A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 76.15%

R = 15.14%
G = 8.72%
B = 76.15%

CMYK

 C value IS 0.80

 M value IS 0.89

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#2113A6 (or 0x2113A6) is known color: Ultramarine. HEX triplet: 21, 13 and A6. RGB value is (33,19,166). Sum of RGB (Red+Green+Blue) = 33+19+166=218 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.14% from 218); Green value is 19 (7.81% from 255 or 8.72% from 218); Blue value is 166 (65.23% from 255 or 76.15% from 218); Max value from RGB is 166 - color contains mainly: blue. Hex color #2113A6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2113A6 is #DEEC59. Grayscale: #272727. Windows color (decimal): -14609498 or 10883873. OLE color: 10883873.

HSL color Cylindrical-coordinate representation of color #2113A6: hue angle of 245.71º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2113A6 is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 33 19 166 -
CMYK 0.80 0.89 0 0.35
HSL 245.71º 0.79% 0.36% -
HSV(B) 245.71º 0.89% 0.65% -
XYZ 7.74 3.54 36.35 -
YUV 39.94 199.14 123.05 -
System Red Green Blue C M Y K H S L
Decimal 33 19 166 0.80 0.89 0 0.35 245.71 0.79 0.36
Hex 21 13 A6 50 59 0 23 F6 4F 24
Octal 41 23 246 120 131 0 43 366 117 44
Binary 100001 10011 10100110 1010000 1011001 0 100011 11110110 1001111 100100

Color Harmonies of #2113A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2113A6

Black with #2113A6

Text Example


Text Example

White with #2113A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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