Html Css Color HEX #213B83 Resolution Blue

📋 copy color: '#213B83'

red 33 ◦ green 59 ◦ blue 131

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

Shades of Resolution Blue #213B83

Tints of Resolution Blue #213B83

RGB

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

 GREEN value IS 59 (23.44% from 255) = 26.46%

 BLUE value IS 131 (51.56% from 255) = 58.74%

R = 14.8%
G = 26.46%
B = 58.74%

CMYK

 C value IS 0.75

 M value IS 0.55

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#213B83 (or 0x213B83) is known color: Resolution Blue. HEX triplet: 21, 3B and 83. RGB value is (33,59,131). Sum of RGB (Red+Green+Blue) = 33+59+131=223 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.80% from 223); Green value is 59 (23.44% from 255 or 26.46% from 223); Blue value is 131 (51.56% from 255 or 58.74% from 223); Max value from RGB is 131 - color contains mainly: blue. Hex color #213B83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213B83 is #DEC47C. Grayscale: #3B3B3B. Windows color (decimal): -14599293 or 8600353. OLE color: 8600353.

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

Color convert

RGB 33 59 131 -
CMYK 0.75 0.55 0 0.49
HSL 224.08º 0.6% 0.32% -
HSV(B) 224.08º 0.75% 0.51% -
XYZ 6.29 5.09 22.12 -
YUV 59.43 168.39 109.15 -
System Red Green Blue C M Y K H S L
Decimal 33 59 131 0.75 0.55 0 0.49 224.08 0.6 0.32
Hex 21 3B 83 4B 37 0 31 E0 3C 20
Octal 41 73 203 113 67 0 61 340 74 40
Binary 100001 111011 10000011 1001011 110111 0 110001 11100000 111100 100000

Color Harmonies of #213B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213B83

Black with #213B83

Text Example


Text Example

White with #213B83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,59,131); }

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

background-color css

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

 a { background-color: rgb(33,59,131); }

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

border-color css

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

 span { border-color: rgb(33,59,131); }

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