Html Css Color HEX #213A4F Nile Blue

📋 copy color: '#213A4F'

red 33 ◦ green 58 ◦ blue 79

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

Shades of Nile Blue #213A4F

Tints of Nile Blue #213A4F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 34.12%

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

R = 19.41%
G = 34.12%
B = 46.47%

CMYK

 C value IS 0.58

 M value IS 0.27

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#213A4F (or 0x213A4F) is known color: Nile Blue. HEX triplet: 21, 3A and 4F. RGB value is (33,58,79). Sum of RGB (Red+Green+Blue) = 33+58+79=170 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.41% from 170); Green value is 58 (23.05% from 255 or 34.12% from 170); Blue value is 79 (31.25% from 255 or 46.47% from 170); Max value from RGB is 79 - color contains mainly: blue. Hex color #213A4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213A4F is #DEC5B0. Grayscale: #343434. Windows color (decimal): -14599601 or 5192225. OLE color: 5192225.

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

Color convert

RGB 33 58 79 -
CMYK 0.58 0.27 0 0.69
HSL 207.39º 0.41% 0.22% -
HSV(B) 207.39º 0.58% 0.31% -
XYZ 3.55 3.91 7.97 -
YUV 52.92 142.72 113.79 -
System Red Green Blue C M Y K H S L
Decimal 33 58 79 0.58 0.27 0 0.69 207.39 0.41 0.22
Hex 21 3A 4F 3A 1B 0 45 CF 29 16
Octal 41 72 117 72 33 0 105 317 51 26
Binary 100001 111010 1001111 111010 11011 0 1000101 11001111 101001 10110

Color Harmonies of #213A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213A4F

Black with #213A4F

Text Example


Text Example

White with #213A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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