Html Css Color HEX #213B4C Nile Blue

📋 copy color: '#213B4C'

red 33 ◦ green 59 ◦ blue 76

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

Shades of Nile Blue #213B4C

Tints of Nile Blue #213B4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 45.24%

R = 19.64%
G = 35.12%
B = 45.24%

CMYK

 C value IS 0.57

 M value IS 0.22

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#213B4C (or 0x213B4C) is known color: Nile Blue. HEX triplet: 21, 3B and 4C. RGB value is (33,59,76). Sum of RGB (Red+Green+Blue) = 33+59+76=168 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.64% from 168); Green value is 59 (23.44% from 255 or 35.12% from 168); Blue value is 76 (30.08% from 255 or 45.24% from 168); Max value from RGB is 76 - color contains mainly: blue. Hex color #213B4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213B4C is #DEC4B3. Grayscale: #353535. Windows color (decimal): -14599348 or 4995873. OLE color: 4995873.

HSL color Cylindrical-coordinate representation of color #213B4C: hue angle of 203.72º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #213B4C is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 33 59 76 -
CMYK 0.57 0.22 0 0.70
HSL 203.72º 0.39% 0.21% -
HSV(B) 203.72º 0.57% 0.3% -
XYZ 3.5 3.97 7.42 -
YUV 53.16 140.89 113.62 -
System Red Green Blue C M Y K H S L
Decimal 33 59 76 0.57 0.22 0 0.70 203.72 0.39 0.21
Hex 21 3B 4C 39 16 0 46 CC 27 15
Octal 41 73 114 71 26 0 106 314 47 25
Binary 100001 111011 1001100 111001 10110 0 1000110 11001100 100111 10101

Color Harmonies of #213B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213B4C

Black with #213B4C

Text Example


Text Example

White with #213B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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