Html Css Color HEX #213D4F Nile Blue

📋 copy color: '#213D4F'

red 33 ◦ green 61 ◦ blue 79

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

Shades of Nile Blue #213D4F

Tints of Nile Blue #213D4F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 35.26%

 BLUE value IS 79 (31.25% from 255) = 45.66%

R = 19.08%
G = 35.26%
B = 45.66%

CMYK

 C value IS 0.58

 M value IS 0.23

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#213D4F (or 0x213D4F) is known color: Nile Blue. HEX triplet: 21, 3D and 4F. RGB value is (33,61,79). Sum of RGB (Red+Green+Blue) = 33+61+79=173 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.08% from 173); Green value is 61 (24.22% from 255 or 35.26% from 173); Blue value is 79 (31.25% from 255 or 45.66% from 173); Max value from RGB is 79 - color contains mainly: blue. Hex color #213D4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213D4F is #DEC2B0. Grayscale: #363636. Windows color (decimal): -14598833 or 5192993. OLE color: 5192993.

HSL color Cylindrical-coordinate representation of color #213D4F: hue angle of 203.48º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #213D4F is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 33 61 79 -
CMYK 0.58 0.23 0 0.69
HSL 203.48º 0.41% 0.22% -
HSV(B) 203.48º 0.58% 0.31% -
XYZ 3.71 4.23 8.02 -
YUV 54.68 141.72 112.54 -
System Red Green Blue C M Y K H S L
Decimal 33 61 79 0.58 0.23 0 0.69 203.48 0.41 0.22
Hex 21 3D 4F 3A 17 0 45 CB 29 16
Octal 41 75 117 72 27 0 105 313 51 26
Binary 100001 111101 1001111 111010 10111 0 1000101 11001011 101001 10110

Color Harmonies of #213D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213D4F

Black with #213D4F

Text Example


Text Example

White with #213D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213D4F; }

 p { color: rgb(33,61,79); }

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

background-color css

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

 a { background-color: rgb(33,61,79); }

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

border-color css

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

 span { border-color: rgb(33,61,79); }

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