Html Css Color HEX #213C79 Resolution Blue

📋 copy color: '#213C79'

red 33 ◦ green 60 ◦ blue 121

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

Shades of Resolution Blue #213C79

Tints of Resolution Blue #213C79

RGB

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

 GREEN value IS 60 (23.83% from 255) = 28.04%

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

R = 15.42%
G = 28.04%
B = 56.54%

CMYK

 C value IS 0.73

 M value IS 0.50

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#213C79 (or 0x213C79) is known color: Resolution Blue. HEX triplet: 21, 3C and 79. RGB value is (33,60,121). Sum of RGB (Red+Green+Blue) = 33+60+121=214 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.42% from 214); Green value is 60 (23.83% from 255 or 28.04% from 214); Blue value is 121 (47.66% from 255 or 56.54% from 214); Max value from RGB is 121 - color contains mainly: blue. Hex color #213C79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213C79 is #DEC386. Grayscale: #3A3A3A. Windows color (decimal): -14599047 or 7945249. OLE color: 7945249.

HSL color Cylindrical-coordinate representation of color #213C79: hue angle of 221.59º 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 #213C79 is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 33 60 121 -
CMYK 0.73 0.50 0 0.53
HSL 221.59º 0.57% 0.3% -
HSV(B) 221.59º 0.73% 0.47% -
XYZ 5.69 4.94 18.74 -
YUV 58.88 163.05 109.54 -
System Red Green Blue C M Y K H S L
Decimal 33 60 121 0.73 0.50 0 0.53 221.59 0.57 0.3
Hex 21 3C 79 49 32 0 35 DE 39 1E
Octal 41 74 171 111 62 0 65 336 71 36
Binary 100001 111100 1111001 1001001 110010 0 110101 11011110 111001 11110

Color Harmonies of #213C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213C79

Black with #213C79

Text Example


Text Example

White with #213C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213C79; }

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

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

background-color css

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

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

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

border-color css

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

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

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