Html Css Color HEX #213F59 Regal Blue

📋 copy color: '#213F59'

red 33 ◦ green 63 ◦ blue 89

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

Shades of Regal Blue #213F59

Tints of Regal Blue #213F59

RGB

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

 GREEN value IS 63 (25% from 255) = 34.05%

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

R = 17.84%
G = 34.05%
B = 48.11%

CMYK

 C value IS 0.63

 M value IS 0.29

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#213F59 (or 0x213F59) is known color: Regal Blue. HEX triplet: 21, 3F and 59. RGB value is (33,63,89). Sum of RGB (Red+Green+Blue) = 33+63+89=185 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.84% from 185); Green value is 63 (25% from 255 or 34.05% from 185); Blue value is 89 (35.16% from 255 or 48.11% from 185); Max value from RGB is 89 - color contains mainly: blue. Hex color #213F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213F59 is #DEC0A6. Grayscale: #383838. Windows color (decimal): -14598311 or 5848865. OLE color: 5848865.

HSL color Cylindrical-coordinate representation of color #213F59: hue angle of 207.86º 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 #213F59 is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 33 63 89 -
CMYK 0.63 0.29 0 0.65
HSL 207.86º 0.46% 0.24% -
HSV(B) 207.86º 0.63% 0.35% -
XYZ 4.21 4.6 10.12 -
YUV 56.99 146.06 110.89 -
System Red Green Blue C M Y K H S L
Decimal 33 63 89 0.63 0.29 0 0.65 207.86 0.46 0.24
Hex 21 3F 59 3F 1D 0 41 D0 2E 18
Octal 41 77 131 77 35 0 101 320 56 30
Binary 100001 111111 1011001 111111 11101 0 1000001 11010000 101110 11000

Color Harmonies of #213F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213F59

Black with #213F59

Text Example


Text Example

White with #213F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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