Html Css Color HEX #213D4E Nile Blue

📋 copy color: '#213D4E'

red 33 ◦ green 61 ◦ blue 78

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

Shades of Nile Blue #213D4E

Tints of Nile Blue #213D4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 45.35%

R = 19.19%
G = 35.47%
B = 45.35%

CMYK

 C value IS 0.58

 M value IS 0.22

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#213D4E (or 0x213D4E) is known color: Nile Blue. HEX triplet: 21, 3D and 4E. RGB value is (33,61,78). Sum of RGB (Red+Green+Blue) = 33+61+78=172 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.19% from 172); Green value is 61 (24.22% from 255 or 35.47% from 172); Blue value is 78 (30.86% from 255 or 45.35% from 172); Max value from RGB is 78 - color contains mainly: blue. Hex color #213D4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213D4E is #DEC2B1. Grayscale: #363636. Windows color (decimal): -14598834 or 5127457. OLE color: 5127457.

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

Color convert

RGB 33 61 78 -
CMYK 0.58 0.22 0 0.69
HSL 202.67º 0.41% 0.22% -
HSV(B) 202.67º 0.58% 0.31% -
XYZ 3.67 4.21 7.83 -
YUV 54.57 141.22 112.62 -
System Red Green Blue C M Y K H S L
Decimal 33 61 78 0.58 0.22 0 0.69 202.67 0.41 0.22
Hex 21 3D 4E 3A 16 0 45 CB 29 16
Octal 41 75 116 72 26 0 105 313 51 26
Binary 100001 111101 1001110 111010 10110 0 1000101 11001011 101001 10110

Color Harmonies of #213D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213D4E

Black with #213D4E

Text Example


Text Example

White with #213D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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