Html Css Color HEX #213F5F Regal Blue

📋 copy color: '#213F5F'

red 33 ◦ green 63 ◦ blue 95

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

Shades of Regal Blue #213F5F

Tints of Regal Blue #213F5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 49.74%

R = 17.28%
G = 32.98%
B = 49.74%

CMYK

 C value IS 0.65

 M value IS 0.34

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#213F5F (or 0x213F5F) is known color: Regal Blue. HEX triplet: 21, 3F and 5F. RGB value is (33,63,95). Sum of RGB (Red+Green+Blue) = 33+63+95=191 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.28% from 191); Green value is 63 (25% from 255 or 32.98% from 191); Blue value is 95 (37.5% from 255 or 49.74% from 191); Max value from RGB is 95 - color contains mainly: blue. Hex color #213F5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213F5F is #DEC0A0. Grayscale: #393939. Windows color (decimal): -14598305 or 6242081. OLE color: 6242081.

HSL color Cylindrical-coordinate representation of color #213F5F: hue angle of 210.97º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #213F5F is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 33 63 95 -
CMYK 0.65 0.34 0 0.63
HSL 210.97º 0.48% 0.25% -
HSV(B) 210.97º 0.65% 0.37% -
XYZ 4.47 4.7 11.5 -
YUV 57.68 149.06 110.4 -
System Red Green Blue C M Y K H S L
Decimal 33 63 95 0.65 0.34 0 0.63 210.97 0.48 0.25
Hex 21 3F 5F 41 22 0 3F D3 30 19
Octal 41 77 137 101 42 0 77 323 60 31
Binary 100001 111111 1011111 1000001 100010 0 111111 11010011 110000 11001

Color Harmonies of #213F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213F5F

Black with #213F5F

Text Example


Text Example

White with #213F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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