Html Css Color HEX #21394D Nile Blue

📋 copy color: '#21394D'

red 33 ◦ green 57 ◦ blue 77

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

Shades of Nile Blue #21394D

Tints of Nile Blue #21394D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 34.13%

 BLUE value IS 77 (30.47% from 255) = 46.11%

R = 19.76%
G = 34.13%
B = 46.11%

CMYK

 C value IS 0.57

 M value IS 0.26

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#21394D (or 0x21394D) is known color: Nile Blue. HEX triplet: 21, 39 and 4D. RGB value is (33,57,77). Sum of RGB (Red+Green+Blue) = 33+57+77=167 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.76% from 167); Green value is 57 (22.66% from 255 or 34.13% from 167); Blue value is 77 (30.47% from 255 or 46.11% from 167); Max value from RGB is 77 - color contains mainly: blue. Hex color #21394D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21394D is #DEC6B2. Grayscale: #333333. Windows color (decimal): -14599859 or 5060897. OLE color: 5060897.

HSL color Cylindrical-coordinate representation of color #21394D: hue angle of 207.27º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #21394D is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 33 57 77 -
CMYK 0.57 0.26 0 0.70
HSL 207.27º 0.4% 0.22% -
HSV(B) 207.27º 0.57% 0.3% -
XYZ 3.43 3.79 7.57 -
YUV 52.1 142.05 114.37 -
System Red Green Blue C M Y K H S L
Decimal 33 57 77 0.57 0.26 0 0.70 207.27 0.4 0.22
Hex 21 39 4D 39 1A 0 46 CF 28 16
Octal 41 71 115 71 32 0 106 317 50 26
Binary 100001 111001 1001101 111001 11010 0 1000110 11001111 101000 10110

Color Harmonies of #21394D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21394D

Black with #21394D

Text Example


Text Example

White with #21394D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21394D; }

 p { color: rgb(33,57,77); }

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

background-color css

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

 a { background-color: rgb(33,57,77); }

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

border-color css

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

 span { border-color: rgb(33,57,77); }

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