Html Css Color HEX #213A4C Nile Blue

📋 copy color: '#213A4C'

red 33 ◦ green 58 ◦ blue 76

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

Shades of Nile Blue #213A4C

Tints of Nile Blue #213A4C

RGB

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

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

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

R = 19.76%
G = 34.73%
B = 45.51%

CMYK

 C value IS 0.57

 M value IS 0.24

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#213A4C (or 0x213A4C) is known color: Nile Blue. HEX triplet: 21, 3A and 4C. RGB value is (33,58,76). Sum of RGB (Red+Green+Blue) = 33+58+76=167 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.76% from 167); Green value is 58 (23.05% from 255 or 34.73% from 167); Blue value is 76 (30.08% from 255 or 45.51% from 167); Max value from RGB is 76 - color contains mainly: blue. Hex color #213A4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213A4C is #DEC5B3. Grayscale: #343434. Windows color (decimal): -14599604 or 4995617. OLE color: 4995617.

HSL color Cylindrical-coordinate representation of color #213A4C: hue angle of 205.12º 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 #213A4C is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 33 58 76 -
CMYK 0.57 0.24 0 0.70
HSL 205.12º 0.39% 0.21% -
HSV(B) 205.12º 0.57% 0.3% -
XYZ 3.44 3.87 7.4 -
YUV 52.58 141.22 114.04 -
System Red Green Blue C M Y K H S L
Decimal 33 58 76 0.57 0.24 0 0.70 205.12 0.39 0.21
Hex 21 3A 4C 39 18 0 46 CD 27 15
Octal 41 72 114 71 30 0 106 315 47 25
Binary 100001 111010 1001100 111001 11000 0 1000110 11001101 100111 10101

Color Harmonies of #213A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213A4C

Black with #213A4C

Text Example


Text Example

White with #213A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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