Html Css Color HEX #214051 Nile Blue

📋 copy color: '#214051'

red 33 ◦ green 64 ◦ blue 81

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

Shades of Nile Blue #214051

Tints of Nile Blue #214051

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 value IS 0.59

 M value IS 0.21

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#214051 (or 0x214051) is known color: 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

RGB 33 64 81 -
CMYK 0.59 0.21 0 0.68
HSL 201.25º 0.42% 0.22% -
HSV(B) 201.25º 0.59% 0.32% -
XYZ 3.95 4.58 8.46 -
YUV 56.67 141.73 111.12 -
System Red Green Blue C M Y K H S L
Decimal 33 64 81 0.59 0.21 0 0.68 201.25 0.42 0.22
Hex 21 40 51 3B 15 0 44 C9 2A 16
Octal 41 100 121 73 25 0 104 311 52 26
Binary 100001 1000000 1010001 111011 10101 0 1000100 11001001 101010 10110

Color Harmonies of #214051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214051

Black with #214051

Text Example


Text Example

White with #214051

Text Example


Text Example

HTML Codes & Css Web 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>