Html Css Color HEX #2117AA Ultramarine

📋 copy color: '#2117AA'

red 33 ◦ green 23 ◦ blue 170

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

Shades of Ultramarine #2117AA

Tints of Ultramarine #2117AA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.18%

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

R = 14.6%
G = 10.18%
B = 75.22%

CMYK

 C value IS 0.81

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2117AA (or 0x2117AA) is known color: Ultramarine. HEX triplet: 21, 17 and AA. RGB value is (33,23,170). Sum of RGB (Red+Green+Blue) = 33+23+170=226 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.60% from 226); Green value is 23 (9.38% from 255 or 10.18% from 226); Blue value is 170 (66.80% from 255 or 75.22% from 226); Max value from RGB is 170 - color contains mainly: blue. Hex color #2117AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2117AA is #DEE855. Grayscale: #2A2A2A. Windows color (decimal): -14608470 or 11147041. OLE color: 11147041.

HSL color Cylindrical-coordinate representation of color #2117AA: hue angle of 244.08º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2117AA is Cyan = 0.81, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 33 23 170 -
CMYK 0.81 0.86 0 0.33
HSL 244.08º 0.76% 0.38% -
HSV(B) 244.08º 0.86% 0.67% -
XYZ 8.19 3.84 38.34 -
YUV 42.75 199.81 121.05 -
System Red Green Blue C M Y K H S L
Decimal 33 23 170 0.81 0.86 0 0.33 244.08 0.76 0.38
Hex 21 17 AA 51 56 0 21 F4 4C 26
Octal 41 27 252 121 126 0 41 364 114 46
Binary 100001 10111 10101010 1010001 1010110 0 100001 11110100 1001100 100110

Color Harmonies of #2117AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2117AA

Black with #2117AA

Text Example


Text Example

White with #2117AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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