Html Css Color HEX #213971 Resolution Blue

📋 copy color: '#213971'

red 33 ◦ green 57 ◦ blue 113

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

Shades of Resolution Blue #213971

Tints of Resolution Blue #213971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 55.67%

R = 16.26%
G = 28.08%
B = 55.67%

CMYK

 C value IS 0.71

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#213971 (or 0x213971) is known color: Resolution Blue. HEX triplet: 21, 39 and 71. RGB value is (33,57,113). Sum of RGB (Red+Green+Blue) = 33+57+113=203 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.26% from 203); Green value is 57 (22.66% from 255 or 28.08% from 203); Blue value is 113 (44.53% from 255 or 55.67% from 203); Max value from RGB is 113 - color contains mainly: blue. Hex color #213971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213971 is #DEC68E. Grayscale: #373737. Windows color (decimal): -14599823 or 7420193. OLE color: 7420193.

HSL color Cylindrical-coordinate representation of color #213971: hue angle of 222º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #213971 is Cyan = 0.71, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 33 57 113 -
CMYK 0.71 0.50 0 0.56
HSL 222º 0.55% 0.29% -
HSV(B) 222º 0.71% 0.44% -
XYZ 5.07 4.44 16.21 -
YUV 56.21 160.05 111.45 -
System Red Green Blue C M Y K H S L
Decimal 33 57 113 0.71 0.50 0 0.56 222 0.55 0.29
Hex 21 39 71 47 32 0 38 DE 37 1D
Octal 41 71 161 107 62 0 70 336 67 35
Binary 100001 111001 1110001 1000111 110010 0 111000 11011110 110111 11101

Color Harmonies of #213971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213971

Black with #213971

Text Example


Text Example

White with #213971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213971; }

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

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

background-color css

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

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

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

border-color css

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

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

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