#214051

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

Shades of Nile Blue #214051

Tints of Nile Blue #214051

Color information

#214051 (or 0x214051) is unknown color: approx Nile Blue. HEX triplet: 21, 40 and 51. RGB value is (33,64,81). Sum of RGB (Red+Green+Blue) = 33+64+81=178 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.54% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 81 (32.03% from 255 or 45.51% from 178); Max value from RGB is 81 - color contains mainly: blue. Hex color #214051 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214051 is #DEBFAE. Grayscale: #383838. Windows color (decimal): -14598063 or 5324833. OLE color: 5324833.

HSL color Cylindrical-coordinate representation of color #214051: hue angle of 201.25º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #214051 is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB336481-
CMYK0.590.2100.68
HSL201.25º42.11%22.35%-
HSV(B)201.25º59.26%31.76%-
XYZ3.954.588.46-
YUV56.67141.73111.12-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.54%
GREEN value IS 64 (25.39% from 255) = 35.96%
BLUE value IS 81 (32.03% from 255) = 45.51%
R=18.54%
G=35.96%
B=45.51%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3364810.590.2100.68201.2542.1122.35
Hex2140513B15044c92a16
Octal41100121732501043115226
Binary1000011000000101000111101110101010001001100100110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214051; }

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

 H1.HeaderClassName
 {
   color: #214051;
 }
 .AnyTagClassName
 {
   color: #214051;
 }
</style>
background-color css

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

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

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

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

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

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