Html Css Color HEX #213179 Resolution Blue

📋 copy color: '#213179'

red 33 ◦ green 49 ◦ blue 121

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

Shades of Resolution Blue #213179

Tints of Resolution Blue #213179

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.14%

 BLUE value IS 121 (47.66% from 255) = 59.61%

R = 16.26%
G = 24.14%
B = 59.61%

CMYK

 C value IS 0.73

 M value IS 0.60

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#213179 (or 0x213179) is known color: Resolution Blue. HEX triplet: 21, 31 and 79. RGB value is (33,49,121). Sum of RGB (Red+Green+Blue) = 33+49+121=203 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.26% from 203); Green value is 49 (19.53% from 255 or 24.14% from 203); Blue value is 121 (47.66% from 255 or 59.61% from 203); Max value from RGB is 121 - color contains mainly: blue. Hex color #213179 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213179 is #DECE86. Grayscale: #343434. Windows color (decimal): -14601863 or 7942433. OLE color: 7942433.

HSL color Cylindrical-coordinate representation of color #213179: hue angle of 229.09º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #213179 is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 33 49 121 -
CMYK 0.73 0.60 0 0.53
HSL 229.09º 0.57% 0.3% -
HSV(B) 229.09º 0.73% 0.47% -
XYZ 5.18 3.9 18.57 -
YUV 52.42 166.7 114.15 -
System Red Green Blue C M Y K H S L
Decimal 33 49 121 0.73 0.60 0 0.53 229.09 0.57 0.3
Hex 21 31 79 49 3C 0 35 E5 39 1E
Octal 41 61 171 111 74 0 65 345 71 36
Binary 100001 110001 1111001 1001001 111100 0 110101 11100101 111001 11110

Color Harmonies of #213179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213179

Black with #213179

Text Example


Text Example

White with #213179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213179; }

 p { color: rgb(33,49,121); }

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

background-color css

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

 a { background-color: rgb(33,49,121); }

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

border-color css

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

 span { border-color: rgb(33,49,121); }

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