Html Css Color HEX #214056 Regal Blue

📋 copy color: '#214056'

red 33 ◦ green 64 ◦ blue 86

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

Shades of Regal Blue #214056

Tints of Regal Blue #214056

RGB

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

 GREEN value IS 64 (25.39% from 255) = 34.97%

 BLUE value IS 86 (33.98% from 255) = 46.99%

R = 18.03%
G = 34.97%
B = 46.99%

CMYK

 C value IS 0.62

 M value IS 0.26

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#214056 (or 0x214056) is known color: Regal Blue. HEX triplet: 21, 40 and 56. RGB value is (33,64,86). Sum of RGB (Red+Green+Blue) = 33+64+86=183 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.03% from 183); Green value is 64 (25.39% from 255 or 34.97% from 183); Blue value is 86 (33.98% from 255 or 46.99% from 183); Max value from RGB is 86 - color contains mainly: blue. Hex color #214056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214056 is #DEBFA9. Grayscale: #393939. Windows color (decimal): -14598058 or 5652513. OLE color: 5652513.

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

Color convert

RGB 33 64 86 -
CMYK 0.62 0.26 0 0.66
HSL 204.91º 0.45% 0.23% -
HSV(B) 204.91º 0.62% 0.34% -
XYZ 4.14 4.66 9.49 -
YUV 57.24 144.23 110.71 -
System Red Green Blue C M Y K H S L
Decimal 33 64 86 0.62 0.26 0 0.66 204.91 0.45 0.23
Hex 21 40 56 3E 1A 0 42 CD 2D 17
Octal 41 100 126 76 32 0 102 315 55 27
Binary 100001 1000000 1010110 111110 11010 0 1000010 11001101 101101 10111

Color Harmonies of #214056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214056

Black with #214056

Text Example


Text Example

White with #214056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214056; }

 p { color: rgb(33,64,86); }

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

background-color css

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

 a { background-color: rgb(33,64,86); }

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

border-color css

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

 span { border-color: rgb(33,64,86); }

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