Html Css Color HEX #213041 Midnight

📋 copy color: '#213041'

red 33 ◦ green 48 ◦ blue 65

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

Shades of Midnight #213041

Tints of Midnight #213041

RGB

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

 GREEN value IS 48 (19.14% from 255) = 32.88%

 BLUE value IS 65 (25.78% from 255) = 44.52%

R = 22.6%
G = 32.88%
B = 44.52%

CMYK

 C value IS 0.49

 M value IS 0.26

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#213041 (or 0x213041) is known color: Midnight. HEX triplet: 21, 30 and 41. RGB value is (33,48,65). Sum of RGB (Red+Green+Blue) = 33+48+65=146 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.60% from 146); Green value is 48 (19.14% from 255 or 32.88% from 146); Blue value is 65 (25.78% from 255 or 44.52% from 146); Max value from RGB is 65 - color contains mainly: blue. Hex color #213041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213041 is #DECFBE. Grayscale: #2D2D2D. Windows color (decimal): -14602175 or 4272161. OLE color: 4272161.

HSL color Cylindrical-coordinate representation of color #213041: hue angle of 211.88º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #213041 is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 33 48 65 -
CMYK 0.49 0.26 0 0.75
HSL 211.88º 0.33% 0.19% -
HSV(B) 211.88º 0.49% 0.25% -
XYZ 2.64 2.82 5.41 -
YUV 45.45 139.03 119.12 -
System Red Green Blue C M Y K H S L
Decimal 33 48 65 0.49 0.26 0 0.75 211.88 0.33 0.19
Hex 21 30 41 31 1A 0 4B D4 21 13
Octal 41 60 101 61 32 0 113 324 41 23
Binary 100001 110000 1000001 110001 11010 0 1001011 11010100 100001 10011

Color Harmonies of #213041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213041

Black with #213041

Text Example


Text Example

White with #213041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213041; }

 p { color: rgb(33,48,65); }

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

background-color css

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

 a { background-color: rgb(33,48,65); }

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

border-color css

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

 span { border-color: rgb(33,48,65); }

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