Html Css Color HEX #140769 Midnight Blue

📋 copy color: '#140769'

red 20 ◦ green 7 ◦ blue 105

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

Shades of Midnight Blue #140769

Tints of Midnight Blue #140769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 79.55%

R = 15.15%
G = 5.3%
B = 79.55%

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

#140769 (or 0x140769) is known color: Midnight Blue. HEX triplet: 14, 07 and 69. RGB value is (20,7,105). Sum of RGB (Red+Green+Blue) = 20+7+105=132 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.15% from 132); Green value is 7 (3.12% from 255 or 5.30% from 132); Blue value is 105 (41.41% from 255 or 79.55% from 132); Max value from RGB is 105 - color contains mainly: blue. Hex color #140769 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140769 is #EBF896. Grayscale: #151515. Windows color (decimal): -15464599 or 6883092. OLE color: 6883092.

HSL color Cylindrical-coordinate representation of color #140769: hue angle of 247.96º degrees, saturation: 0.88, 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 #140769 is Cyan = 0.81, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 20 7 105 -
CMYK 0.81 0.93 0 0.59
HSL 247.96º 0.88% 0.22% -
HSV(B) 247.96º 0.93% 0.41% -
XYZ 2.91 1.32 13.47 -
YUV 22.06 174.81 126.53 -
System Red Green Blue C M Y K H S L
Decimal 20 7 105 0.81 0.93 0 0.59 247.96 0.88 0.22
Hex 14 7 69 51 5D 0 3B F8 58 16
Octal 24 7 151 121 135 0 73 370 130 26
Binary 10100 111 1101001 1010001 1011101 0 111011 11111000 1011000 10110

Color Harmonies of #140769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140769

Black with #140769

Text Example


Text Example

White with #140769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140769; }

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

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

background-color css

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

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

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

border-color css

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

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

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