Html Css Color HEX #140F68 Midnight Blue

📋 copy color: '#140F68'

red 20 ◦ green 15 ◦ blue 104

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

Shades of Midnight Blue #140F68

Tints of Midnight Blue #140F68

RGB

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

 GREEN value IS 15 (6.25% from 255) = 10.79%

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

R = 14.39%
G = 10.79%
B = 74.82%

CMYK

 C value IS 0.81

 M value IS 0.86

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#140F68 (or 0x140F68) is known color: Midnight Blue. HEX triplet: 14, 0F and 68. RGB value is (20,15,104). Sum of RGB (Red+Green+Blue) = 20+15+104=139 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.39% from 139); Green value is 15 (6.25% from 255 or 10.79% from 139); Blue value is 104 (41.02% from 255 or 74.82% from 139); Max value from RGB is 104 - color contains mainly: blue. Hex color #140F68 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140F68 is #EBF097. Grayscale: #1A1A1A. Windows color (decimal): -15462552 or 6819604. OLE color: 6819604.

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

Color convert

RGB 20 15 104 -
CMYK 0.81 0.86 0 0.59
HSL 243.37º 0.75% 0.23% -
HSV(B) 243.37º 0.86% 0.41% -
XYZ 2.96 1.49 13.23 -
YUV 26.64 171.66 123.26 -
System Red Green Blue C M Y K H S L
Decimal 20 15 104 0.81 0.86 0 0.59 243.37 0.75 0.23
Hex 14 F 68 51 56 0 3B F3 4B 17
Octal 24 17 150 121 126 0 73 363 113 27
Binary 10100 1111 1101000 1010001 1010110 0 111011 11110011 1001011 10111

Color Harmonies of #140F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140F68

Black with #140F68

Text Example


Text Example

White with #140F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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