Html Css Color HEX #213F57 Regal Blue

📋 copy color: '#213F57'

red 33 ◦ green 63 ◦ blue 87

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

Shades of Regal Blue #213F57

Tints of Regal Blue #213F57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 47.54%

R = 18.03%
G = 34.43%
B = 47.54%

CMYK

 C value IS 0.62

 M value IS 0.28

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#213F57 (or 0x213F57) is known color: Regal Blue. HEX triplet: 21, 3F and 57. RGB value is (33,63,87). Sum of RGB (Red+Green+Blue) = 33+63+87=183 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.03% from 183); Green value is 63 (25% from 255 or 34.43% from 183); Blue value is 87 (34.38% from 255 or 47.54% from 183); Max value from RGB is 87 - color contains mainly: blue. Hex color #213F57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213F57 is #DEC0A8. Grayscale: #383838. Windows color (decimal): -14598313 or 5717793. OLE color: 5717793.

HSL color Cylindrical-coordinate representation of color #213F57: hue angle of 206.67º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #213F57 is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 33 63 87 -
CMYK 0.62 0.28 0 0.66
HSL 206.67º 0.45% 0.24% -
HSV(B) 206.67º 0.62% 0.34% -
XYZ 4.13 4.57 9.68 -
YUV 56.77 145.06 111.05 -
System Red Green Blue C M Y K H S L
Decimal 33 63 87 0.62 0.28 0 0.66 206.67 0.45 0.24
Hex 21 3F 57 3E 1C 0 42 CF 2D 18
Octal 41 77 127 76 34 0 102 317 55 30
Binary 100001 111111 1010111 111110 11100 0 1000010 11001111 101101 11000

Color Harmonies of #213F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213F57

Black with #213F57

Text Example


Text Example

White with #213F57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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