Html Css Color HEX #213C85 Resolution Blue

📋 copy color: '#213C85'

red 33 ◦ green 60 ◦ blue 133

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

Shades of Resolution Blue #213C85

Tints of Resolution Blue #213C85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 58.85%

R = 14.6%
G = 26.55%
B = 58.85%

CMYK

 C value IS 0.75

 M value IS 0.55

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#213C85 (or 0x213C85) is known color: Resolution Blue. HEX triplet: 21, 3C and 85. RGB value is (33,60,133). Sum of RGB (Red+Green+Blue) = 33+60+133=226 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.60% from 226); Green value is 60 (23.83% from 255 or 26.55% from 226); Blue value is 133 (52.34% from 255 or 58.85% from 226); Max value from RGB is 133 - color contains mainly: blue. Hex color #213C85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213C85 is #DEC37A. Grayscale: #3B3B3B. Windows color (decimal): -14599035 or 8731681. OLE color: 8731681.

HSL color Cylindrical-coordinate representation of color #213C85: hue angle of 223.8º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #213C85 is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 33 60 133 -
CMYK 0.75 0.55 0 0.48
HSL 223.8º 0.6% 0.33% -
HSV(B) 223.8º 0.75% 0.52% -
XYZ 6.48 5.25 22.86 -
YUV 60.25 169.05 108.56 -
System Red Green Blue C M Y K H S L
Decimal 33 60 133 0.75 0.55 0 0.48 223.8 0.6 0.33
Hex 21 3C 85 4B 37 0 30 E0 3C 21
Octal 41 74 205 113 67 0 60 340 74 41
Binary 100001 111100 10000101 1001011 110111 0 110000 11100000 111100 100001

Color Harmonies of #213C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213C85

Black with #213C85

Text Example


Text Example

White with #213C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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