Html Css Color HEX #213D51 Nile Blue

📋 copy color: '#213D51'

red 33 ◦ green 61 ◦ blue 81

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

Shades of Nile Blue #213D51

Tints of Nile Blue #213D51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 46.29%

R = 18.86%
G = 34.86%
B = 46.29%

CMYK

 C value IS 0.59

 M value IS 0.25

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#213D51 (or 0x213D51) is known color: Nile Blue. HEX triplet: 21, 3D and 51. RGB value is (33,61,81). Sum of RGB (Red+Green+Blue) = 33+61+81=175 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.86% from 175); Green value is 61 (24.22% from 255 or 34.86% from 175); Blue value is 81 (32.03% from 255 or 46.29% from 175); Max value from RGB is 81 - color contains mainly: blue. Hex color #213D51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213D51 is #DEC2AE. Grayscale: #363636. Windows color (decimal): -14598831 or 5324065. OLE color: 5324065.

HSL color Cylindrical-coordinate representation of color #213D51: hue angle of 205º 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 #213D51 is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 33 61 81 -
CMYK 0.59 0.25 0 0.68
HSL 205º 0.42% 0.22% -
HSV(B) 205º 0.59% 0.32% -
XYZ 3.78 4.25 8.41 -
YUV 54.91 142.72 112.37 -
System Red Green Blue C M Y K H S L
Decimal 33 61 81 0.59 0.25 0 0.68 205 0.42 0.22
Hex 21 3D 51 3B 19 0 44 CD 2A 16
Octal 41 75 121 73 31 0 104 315 52 26
Binary 100001 111101 1010001 111011 11001 0 1000100 11001101 101010 10110

Color Harmonies of #213D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213D51

Black with #213D51

Text Example


Text Example

White with #213D51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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