Html Css Color HEX #201C6C Midnight Blue

📋 copy color: '#201C6C'

red 32 ◦ green 28 ◦ blue 108

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

Shades of Midnight Blue #201C6C

Tints of Midnight Blue #201C6C

RGB

 RED value IS 32 (12.89% from 255) = 19.05%

 GREEN value IS 28 (11.33% from 255) = 16.67%

 BLUE value IS 108 (42.58% from 255) = 64.29%

R = 19.05%
G = 16.67%
B = 64.29%

CMYK

 C value IS 0.70

 M value IS 0.74

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#201C6C (or 0x201C6C) is known color: Midnight Blue. HEX triplet: 20, 1C and 6C. RGB value is (32,28,108). Sum of RGB (Red+Green+Blue) = 32+28+108=168 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.05% from 168); Green value is 28 (11.33% from 255 or 16.67% from 168); Blue value is 108 (42.58% from 255 or 64.29% from 168); Max value from RGB is 108 - color contains mainly: blue. Hex color #201C6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201C6C is #DFE393. Grayscale: #262626. Windows color (decimal): -14672788 or 7085088. OLE color: 7085088.

HSL color Cylindrical-coordinate representation of color #201C6C: hue angle of 243º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #201C6C is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 32 28 108 -
CMYK 0.70 0.74 0 0.58
HSL 243º 0.59% 0.27% -
HSV(B) 243º 0.74% 0.42% -
XYZ 3.72 2.22 14.42 -
YUV 38.32 167.33 123.5 -
System Red Green Blue C M Y K H S L
Decimal 32 28 108 0.70 0.74 0 0.58 243 0.59 0.27
Hex 20 1C 6C 46 4A 0 3A F3 3B 1B
Octal 40 34 154 106 112 0 72 363 73 33
Binary 100000 11100 1101100 1000110 1001010 0 111010 11110011 111011 11011

Color Harmonies of #201C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201C6C

Black with #201C6C

Text Example


Text Example

White with #201C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201C6C; }

 p { color: rgb(32,28,108); }

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

background-color css

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

 a { background-color: rgb(32,28,108); }

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

border-color css

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

 span { border-color: rgb(32,28,108); }

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