Html Css Color HEX #140768 Midnight Blue

📋 copy color: '#140768'

red 20 ◦ green 7 ◦ blue 104

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

Shades of Midnight Blue #140768

Tints of Midnight Blue #140768

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.34%

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

R = 15.27%
G = 5.34%
B = 79.39%

CMYK

 C value IS 0.81

 M value IS 0.93

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#140768 (or 0x140768) is known color: Midnight Blue. HEX triplet: 14, 07 and 68. RGB value is (20,7,104). Sum of RGB (Red+Green+Blue) = 20+7+104=131 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.27% from 131); Green value is 7 (3.12% from 255 or 5.34% from 131); Blue value is 104 (41.02% from 255 or 79.39% from 131); Max value from RGB is 104 - color contains mainly: blue. Hex color #140768 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140768 is #EBF897. Grayscale: #151515. Windows color (decimal): -15464600 or 6817556. OLE color: 6817556.

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

Color convert

RGB 20 7 104 -
CMYK 0.81 0.93 0 0.59
HSL 248.04º 0.87% 0.22% -
HSV(B) 248.04º 0.93% 0.41% -
XYZ 2.86 1.3 13.2 -
YUV 21.95 174.31 126.61 -
System Red Green Blue C M Y K H S L
Decimal 20 7 104 0.81 0.93 0 0.59 248.04 0.87 0.22
Hex 14 7 68 51 5D 0 3B F8 57 16
Octal 24 7 150 121 135 0 73 370 127 26
Binary 10100 111 1101000 1010001 1011101 0 111011 11111000 1010111 10110

Color Harmonies of #140768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140768

Black with #140768

Text Example


Text Example

White with #140768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140768; }

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

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

background-color css

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

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

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

border-color css

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

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

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