Html Css Color HEX #140868 Midnight Blue

📋 copy color: '#140868'

red 20 ◦ green 8 ◦ blue 104

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

Shades of Midnight Blue #140868

Tints of Midnight Blue #140868

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.06%

 BLUE value IS 104 (41.02% from 255) = 78.79%

R = 15.15%
G = 6.06%
B = 78.79%

CMYK

 C value IS 0.81

 M value IS 0.92

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#140868 (or 0x140868) is known color: Midnight Blue. HEX triplet: 14, 08 and 68. RGB value is (20,8,104). Sum of RGB (Red+Green+Blue) = 20+8+104=132 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.15% from 132); Green value is 8 (3.52% from 255 or 6.06% from 132); Blue value is 104 (41.02% from 255 or 78.79% from 132); Max value from RGB is 104 - color contains mainly: blue. Hex color #140868 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140868 is #EBF797. Grayscale: #161616. Windows color (decimal): -15464344 or 6817812. OLE color: 6817812.

HSL color Cylindrical-coordinate representation of color #140868: hue angle of 247.5º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #140868 is Cyan = 0.81, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 20 8 104 -
CMYK 0.81 0.92 0 0.59
HSL 247.5º 0.86% 0.22% -
HSV(B) 247.5º 0.92% 0.41% -
XYZ 2.87 1.32 13.2 -
YUV 22.53 173.98 126.19 -
System Red Green Blue C M Y K H S L
Decimal 20 8 104 0.81 0.92 0 0.59 247.5 0.86 0.22
Hex 14 8 68 51 5C 0 3B F8 56 16
Octal 24 10 150 121 134 0 73 370 126 26
Binary 10100 1000 1101000 1010001 1011100 0 111011 11111000 1010110 10110

Color Harmonies of #140868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140868

Black with #140868

Text Example


Text Example

White with #140868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140868; }

 p { color: rgb(20,8,104); }

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

background-color css

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

 a { background-color: rgb(20,8,104); }

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

border-color css

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

 span { border-color: rgb(20,8,104); }

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