#214059

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

Shades of Regal Blue #214059

Tints of Regal Blue #214059

Color information

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

RGB336489-
CMYK0.630.2800.65
HSL206.79º45.9%23.92%-
HSV(B)206.79º62.92%34.9%-
XYZ4.264.7110.14-
YUV57.58145.73110.47-

RGB Variations

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

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 (Cyan) values IS 0.63
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3364890.630.2800.65206.7945.923.92
Hex2140593F1C041cf2e18
Octal41100131773401013175630
Binary1000011000000101100111111111100010000011100111110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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