Html Css Color HEX #213B4F Nile Blue

📋 copy color: '#213B4F'

red 33 ◦ green 59 ◦ blue 79

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

Shades of Nile Blue #213B4F

Tints of Nile Blue #213B4F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 34.5%

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

R = 19.3%
G = 34.5%
B = 46.2%

CMYK

 C value IS 0.58

 M value IS 0.25

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#213B4F (or 0x213B4F) is known color: Nile Blue. HEX triplet: 21, 3B and 4F. RGB value is (33,59,79). Sum of RGB (Red+Green+Blue) = 33+59+79=171 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.30% from 171); Green value is 59 (23.44% from 255 or 34.50% from 171); Blue value is 79 (31.25% from 255 or 46.20% from 171); Max value from RGB is 79 - color contains mainly: blue. Hex color #213B4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213B4F is #DEC4B0. Grayscale: #353535. Windows color (decimal): -14599345 or 5192481. OLE color: 5192481.

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

Color convert

RGB 33 59 79 -
CMYK 0.58 0.25 0 0.69
HSL 206.09º 0.41% 0.22% -
HSV(B) 206.09º 0.58% 0.31% -
XYZ 3.6 4.02 7.98 -
YUV 53.51 142.39 113.37 -
System Red Green Blue C M Y K H S L
Decimal 33 59 79 0.58 0.25 0 0.69 206.09 0.41 0.22
Hex 21 3B 4F 3A 19 0 45 CE 29 16
Octal 41 73 117 72 31 0 105 316 51 26
Binary 100001 111011 1001111 111010 11001 0 1000101 11001110 101001 10110

Color Harmonies of #213B4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213B4F

Black with #213B4F

Text Example


Text Example

White with #213B4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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