Html Css Color HEX #213979 Resolution Blue

📋 copy color: '#213979'

red 33 ◦ green 57 ◦ blue 121

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

Shades of Resolution Blue #213979

Tints of Resolution Blue #213979

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.01%

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

R = 15.64%
G = 27.01%
B = 57.35%

CMYK

 C value IS 0.73

 M value IS 0.53

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#213979 (or 0x213979) is known color: Resolution Blue. HEX triplet: 21, 39 and 79. RGB value is (33,57,121). Sum of RGB (Red+Green+Blue) = 33+57+121=211 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.64% from 211); Green value is 57 (22.66% from 255 or 27.01% from 211); Blue value is 121 (47.66% from 255 or 57.35% from 211); Max value from RGB is 121 - color contains mainly: blue. Hex color #213979 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213979 is #DEC686. Grayscale: #383838. Windows color (decimal): -14599815 or 7944481. OLE color: 7944481.

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

Color convert

RGB 33 57 121 -
CMYK 0.73 0.53 0 0.53
HSL 223.64º 0.57% 0.3% -
HSV(B) 223.64º 0.73% 0.47% -
XYZ 5.54 4.63 18.69 -
YUV 57.12 164.05 110.8 -
System Red Green Blue C M Y K H S L
Decimal 33 57 121 0.73 0.53 0 0.53 223.64 0.57 0.3
Hex 21 39 79 49 35 0 35 E0 39 1E
Octal 41 71 171 111 65 0 65 340 71 36
Binary 100001 111001 1111001 1001001 110101 0 110101 11100000 111001 11110

Color Harmonies of #213979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213979

Black with #213979

Text Example


Text Example

White with #213979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213979; }

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

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

background-color css

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

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

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

border-color css

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

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

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