Html Css Color HEX #140969 Midnight Blue

📋 copy color: '#140969'

red 20 ◦ green 9 ◦ blue 105

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

Shades of Midnight Blue #140969

Tints of Midnight Blue #140969

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.72%

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

R = 14.93%
G = 6.72%
B = 78.36%

CMYK

 C value IS 0.81

 M value IS 0.91

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#140969 (or 0x140969) is known color: Midnight Blue. HEX triplet: 14, 09 and 69. RGB value is (20,9,105). Sum of RGB (Red+Green+Blue) = 20+9+105=134 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.93% from 134); Green value is 9 (3.91% from 255 or 6.72% from 134); Blue value is 105 (41.41% from 255 or 78.36% from 134); Max value from RGB is 105 - color contains mainly: blue. Hex color #140969 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140969 is #EBF696. Grayscale: #161616. Windows color (decimal): -15464087 or 6883604. OLE color: 6883604.

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

Color convert

RGB 20 9 105 -
CMYK 0.81 0.91 0 0.59
HSL 246.88º 0.84% 0.22% -
HSV(B) 246.88º 0.91% 0.41% -
XYZ 2.94 1.36 13.47 -
YUV 23.23 174.14 125.69 -
System Red Green Blue C M Y K H S L
Decimal 20 9 105 0.81 0.91 0 0.59 246.88 0.84 0.22
Hex 14 9 69 51 5B 0 3B F7 54 16
Octal 24 11 151 121 133 0 73 367 124 26
Binary 10100 1001 1101001 1010001 1011011 0 111011 11110111 1010100 10110

Color Harmonies of #140969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140969

Black with #140969

Text Example


Text Example

White with #140969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140969; }

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

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

background-color css

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

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

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

border-color css

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

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

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