Html Css Color HEX #214059 Regal Blue

📋 copy color: '#214059'

red 33 ◦ green 64 ◦ blue 89

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

Shades of Regal Blue #214059

Tints of Regal Blue #214059

RGB

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

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

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

R = 17.74%
G = 34.41%
B = 47.85%

CMYK

 C value IS 0.63

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#214059 (or 0x214059) is known color: Regal Blue. HEX triplet: 21, 40 and 59. RGB value is (33,64,89). Sum of RGB (Red+Green+Blue) = 33+64+89=186 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.74% from 186); Green value is 64 (25.39% from 255 or 34.41% from 186); Blue value is 89 (35.16% from 255 or 47.85% from 186); Max value from RGB is 89 - color contains mainly: blue. Hex color #214059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214059 is #DEBFA6. Grayscale: #393939. Windows color (decimal): -14598055 or 5849121. OLE color: 5849121.

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

Color convert

RGB 33 64 89 -
CMYK 0.63 0.28 0 0.65
HSL 206.79º 0.46% 0.24% -
HSV(B) 206.79º 0.63% 0.35% -
XYZ 4.26 4.71 10.14 -
YUV 57.58 145.73 110.47 -
System Red Green Blue C M Y K H S L
Decimal 33 64 89 0.63 0.28 0 0.65 206.79 0.46 0.24
Hex 21 40 59 3F 1C 0 41 CF 2E 18
Octal 41 100 131 77 34 0 101 317 56 30
Binary 100001 1000000 1011001 111111 11100 0 1000001 11001111 101110 11000

Color Harmonies of #214059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214059

Black with #214059

Text Example


Text Example

White with #214059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214059; }

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

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

background-color css

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

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

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

border-color css

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

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

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