Html Css Color HEX #214159 Regal Blue

📋 copy color: '#214159'

red 33 ◦ green 65 ◦ blue 89

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

Shades of Regal Blue #214159

Tints of Regal Blue #214159

RGB

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

 GREEN value IS 65 (25.78% from 255) = 34.76%

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

R = 17.65%
G = 34.76%
B = 47.59%

CMYK

 C value IS 0.63

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#214159 (or 0x214159) is known color: Regal Blue. HEX triplet: 21, 41 and 59. RGB value is (33,65,89). Sum of RGB (Red+Green+Blue) = 33+65+89=187 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.65% from 187); Green value is 65 (25.78% from 255 or 34.76% from 187); Blue value is 89 (35.16% from 255 or 47.59% from 187); Max value from RGB is 89 - color contains mainly: blue. Hex color #214159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214159 is #DEBEA6. Grayscale: #3A3A3A. Windows color (decimal): -14597799 or 5849377. OLE color: 5849377.

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

Color convert

RGB 33 65 89 -
CMYK 0.63 0.27 0 0.65
HSL 205.71º 0.46% 0.24% -
HSV(B) 205.71º 0.63% 0.35% -
XYZ 4.32 4.83 10.15 -
YUV 58.17 145.4 110.05 -
System Red Green Blue C M Y K H S L
Decimal 33 65 89 0.63 0.27 0 0.65 205.71 0.46 0.24
Hex 21 41 59 3F 1B 0 41 CE 2E 18
Octal 41 101 131 77 33 0 101 316 56 30
Binary 100001 1000001 1011001 111111 11011 0 1000001 11001110 101110 11000

Color Harmonies of #214159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214159

Black with #214159

Text Example


Text Example

White with #214159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214159; }

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

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

background-color css

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

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

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

border-color css

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

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

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