Html Css Color HEX #21394C Nile Blue

📋 copy color: '#21394C'

red 33 ◦ green 57 ◦ blue 76

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

Shades of Nile Blue #21394C

Tints of Nile Blue #21394C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 45.78%

R = 19.88%
G = 34.34%
B = 45.78%

CMYK

 C value IS 0.57

 M value IS 0.25

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#21394C (or 0x21394C) is known color: Nile Blue. HEX triplet: 21, 39 and 4C. RGB value is (33,57,76). Sum of RGB (Red+Green+Blue) = 33+57+76=166 (21% of max value = 765). Red value is 33 (13.28% from 255 or 19.88% from 166); Green value is 57 (22.66% from 255 or 34.34% from 166); Blue value is 76 (30.08% from 255 or 45.78% from 166); Max value from RGB is 76 - color contains mainly: blue. Hex color #21394C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21394C is #DEC6B3. Grayscale: #333333. Windows color (decimal): -14599860 or 4995361. OLE color: 4995361.

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

Color convert

RGB 33 57 76 -
CMYK 0.57 0.25 0 0.70
HSL 206.51º 0.39% 0.21% -
HSV(B) 206.51º 0.57% 0.3% -
XYZ 3.39 3.77 7.39 -
YUV 51.99 141.55 114.46 -
System Red Green Blue C M Y K H S L
Decimal 33 57 76 0.57 0.25 0 0.70 206.51 0.39 0.21
Hex 21 39 4C 39 19 0 46 CF 27 15
Octal 41 71 114 71 31 0 106 317 47 25
Binary 100001 111001 1001100 111001 11001 0 1000110 11001111 100111 10101

Color Harmonies of #21394C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21394C

Black with #21394C

Text Example


Text Example

White with #21394C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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