Html Css Color HEX #214053 Nile Blue

📋 copy color: '#214053'

red 33 ◦ green 64 ◦ blue 83

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

Shades of Nile Blue #214053

Tints of Nile Blue #214053

RGB

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

 GREEN value IS 64 (25.39% from 255) = 35.56%

 BLUE value IS 83 (32.81% from 255) = 46.11%

R = 18.33%
G = 35.56%
B = 46.11%

CMYK

 C value IS 0.60

 M value IS 0.23

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#214053 (or 0x214053) is known color: Nile Blue. HEX triplet: 21, 40 and 53. RGB value is (33,64,83). Sum of RGB (Red+Green+Blue) = 33+64+83=180 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.33% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 83 (32.81% from 255 or 46.11% from 180); Max value from RGB is 83 - color contains mainly: blue. Hex color #214053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214053 is #DEBFAC. Grayscale: #383838. Windows color (decimal): -14598061 or 5455905. OLE color: 5455905.

HSL color Cylindrical-coordinate representation of color #214053: hue angle of 202.8º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #214053 is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 33 64 83 -
CMYK 0.60 0.23 0 0.67
HSL 202.8º 0.43% 0.23% -
HSV(B) 202.8º 0.6% 0.33% -
XYZ 4.02 4.61 8.86 -
YUV 56.9 142.73 110.96 -
System Red Green Blue C M Y K H S L
Decimal 33 64 83 0.60 0.23 0 0.67 202.8 0.43 0.23
Hex 21 40 53 3C 17 0 43 CB 2B 17
Octal 41 100 123 74 27 0 103 313 53 27
Binary 100001 1000000 1010011 111100 10111 0 1000011 11001011 101011 10111

Color Harmonies of #214053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214053

Black with #214053

Text Example


Text Example

White with #214053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214053; }

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

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

background-color css

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

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

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

border-color css

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

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

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