Html Css Color HEX #213C59 Regal Blue

📋 copy color: '#213C59'

red 33 ◦ green 60 ◦ blue 89

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

Shades of Regal Blue #213C59

Tints of Regal Blue #213C59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 48.9%

R = 18.13%
G = 32.97%
B = 48.9%

CMYK

 C value IS 0.63

 M value IS 0.33

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#213C59 (or 0x213C59) is known color: Regal Blue. HEX triplet: 21, 3C and 59. RGB value is (33,60,89). Sum of RGB (Red+Green+Blue) = 33+60+89=182 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.13% from 182); Green value is 60 (23.83% from 255 or 32.97% from 182); Blue value is 89 (35.16% from 255 or 48.90% from 182); Max value from RGB is 89 - color contains mainly: blue. Hex color #213C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213C59 is #DEC3A6. Grayscale: #373737. Windows color (decimal): -14599079 or 5848097. OLE color: 5848097.

HSL color Cylindrical-coordinate representation of color #213C59: hue angle of 211.07º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #213C59 is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 33 60 89 -
CMYK 0.63 0.33 0 0.65
HSL 211.07º 0.46% 0.24% -
HSV(B) 211.07º 0.63% 0.35% -
XYZ 4.05 4.28 10.06 -
YUV 55.23 147.05 112.14 -
System Red Green Blue C M Y K H S L
Decimal 33 60 89 0.63 0.33 0 0.65 211.07 0.46 0.24
Hex 21 3C 59 3F 21 0 41 D3 2E 18
Octal 41 74 131 77 41 0 101 323 56 30
Binary 100001 111100 1011001 111111 100001 0 1000001 11010011 101110 11000

Color Harmonies of #213C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213C59

Black with #213C59

Text Example


Text Example

White with #213C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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