Html Css Color HEX #140671 Midnight Blue

📋 copy color: '#140671'

red 20 ◦ green 6 ◦ blue 113

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

Shades of Midnight Blue #140671

Tints of Midnight Blue #140671

RGB

 RED value IS 20 (8.2% from 255) = 14.39%

 GREEN value IS 6 (2.73% from 255) = 4.32%

 BLUE value IS 113 (44.53% from 255) = 81.29%

R = 14.39%
G = 4.32%
B = 81.29%

CMYK

 C value IS 0.82

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#140671 (or 0x140671) is known color: Midnight Blue. HEX triplet: 14, 06 and 71. RGB value is (20,6,113). Sum of RGB (Red+Green+Blue) = 20+6+113=139 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.39% from 139); Green value is 6 (2.73% from 255 or 4.32% from 139); Blue value is 113 (44.53% from 255 or 81.29% from 139); Max value from RGB is 113 - color contains mainly: blue. Hex color #140671 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140671 is #EBF98E. Grayscale: #151515. Windows color (decimal): -15464847 or 7407124. OLE color: 7407124.

HSL color Cylindrical-coordinate representation of color #140671: hue angle of 247.85º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #140671 is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 20 6 113 -
CMYK 0.82 0.95 0 0.56
HSL 247.85º 0.9% 0.23% -
HSV(B) 247.85º 0.95% 0.44% -
XYZ 3.33 1.47 15.73 -
YUV 22.38 179.14 126.3 -
System Red Green Blue C M Y K H S L
Decimal 20 6 113 0.82 0.95 0 0.56 247.85 0.9 0.23
Hex 14 6 71 52 5F 0 38 F8 5A 17
Octal 24 6 161 122 137 0 70 370 132 27
Binary 10100 110 1110001 1010010 1011111 0 111000 11111000 1011010 10111

Color Harmonies of #140671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140671

Black with #140671

Text Example


Text Example

White with #140671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140671; }

 p { color: rgb(20,6,113); }

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

background-color css

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

 a { background-color: rgb(20,6,113); }

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

border-color css

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

 span { border-color: rgb(20,6,113); }

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