#214159

Color #214159 Regal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regal Blue #214159

Tints of Regal Blue #214159

Color information

#214159 (or 0x214159) is unknown color: approx 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

RGB336589-
CMYK0.630.2700.65
HSL205.71º45.9%23.92%-
HSV(B)205.71º62.92%34.9%-
XYZ4.324.8310.15-
YUV58.17145.4110.05-

RGB Variations

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

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 (Cyan) values IS 0.63
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3365890.630.2700.65205.7145.923.92
Hex2141593F1B041ce2e18
Octal41101131773301013165630
Binary1000011000001101100111111111011010000011100111010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>