Html Css Color HEX #213877 Resolution Blue

📋 copy color: '#213877'

red 33 ◦ green 56 ◦ blue 119

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

Shades of Resolution Blue #213877

Tints of Resolution Blue #213877

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.92%

 BLUE value IS 119 (46.88% from 255) = 57.21%

R = 15.87%
G = 26.92%
B = 57.21%

CMYK

 C value IS 0.72

 M value IS 0.53

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#213877 (or 0x213877) is known color: Resolution Blue. HEX triplet: 21, 38 and 77. RGB value is (33,56,119). Sum of RGB (Red+Green+Blue) = 33+56+119=208 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.87% from 208); Green value is 56 (22.27% from 255 or 26.92% from 208); Blue value is 119 (46.88% from 255 or 57.21% from 208); Max value from RGB is 119 - color contains mainly: blue. Hex color #213877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213877 is #DEC788. Grayscale: #383838. Windows color (decimal): -14600073 or 7813153. OLE color: 7813153.

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

Color convert

RGB 33 56 119 -
CMYK 0.72 0.53 0 0.53
HSL 223.95º 0.57% 0.3% -
HSV(B) 223.95º 0.72% 0.47% -
XYZ 5.37 4.48 18.04 -
YUV 56.31 163.38 111.38 -
System Red Green Blue C M Y K H S L
Decimal 33 56 119 0.72 0.53 0 0.53 223.95 0.57 0.3
Hex 21 38 77 48 35 0 35 E0 39 1E
Octal 41 70 167 110 65 0 65 340 71 36
Binary 100001 111000 1110111 1001000 110101 0 110101 11100000 111001 11110

Color Harmonies of #213877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213877

Black with #213877

Text Example


Text Example

White with #213877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213877; }

 p { color: rgb(33,56,119); }

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

background-color css

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

 a { background-color: rgb(33,56,119); }

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

border-color css

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

 span { border-color: rgb(33,56,119); }

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