Html Css Color HEX #213F4F Nile Blue

📋 copy color: '#213F4F'

red 33 ◦ green 63 ◦ blue 79

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

Shades of Nile Blue #213F4F

Tints of Nile Blue #213F4F

RGB

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

 GREEN value IS 63 (25% from 255) = 36%

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

R = 18.86%
G = 36%
B = 45.14%

CMYK

 C value IS 0.58

 M value IS 0.20

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#213F4F (or 0x213F4F) is known color: Nile Blue. HEX triplet: 21, 3F and 4F. RGB value is (33,63,79). Sum of RGB (Red+Green+Blue) = 33+63+79=175 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.86% from 175); Green value is 63 (25% from 255 or 36% from 175); Blue value is 79 (31.25% from 255 or 45.14% from 175); Max value from RGB is 79 - color contains mainly: blue. Hex color #213F4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213F4F is #DEC0B0. Grayscale: #373737. Windows color (decimal): -14598321 or 5193505. OLE color: 5193505.

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

Color convert

RGB 33 63 79 -
CMYK 0.58 0.20 0 0.69
HSL 200.87º 0.41% 0.22% -
HSV(B) 200.87º 0.58% 0.31% -
XYZ 3.82 4.44 8.05 -
YUV 55.85 141.06 111.7 -
System Red Green Blue C M Y K H S L
Decimal 33 63 79 0.58 0.20 0 0.69 200.87 0.41 0.22
Hex 21 3F 4F 3A 14 0 45 C9 29 16
Octal 41 77 117 72 24 0 105 311 51 26
Binary 100001 111111 1001111 111010 10100 0 1000101 11001001 101001 10110

Color Harmonies of #213F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213F4F

Black with #213F4F

Text Example


Text Example

White with #213F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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