Html Css Color HEX #140469 Midnight Blue

📋 copy color: '#140469'

red 20 ◦ green 4 ◦ blue 105

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

Shades of Midnight Blue #140469

Tints of Midnight Blue #140469

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.1%

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

R = 15.5%
G = 3.1%
B = 81.4%

CMYK

 C value IS 0.81

 M value IS 0.96

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#140469 (or 0x140469) is known color: Midnight Blue. HEX triplet: 14, 04 and 69. RGB value is (20,4,105). Sum of RGB (Red+Green+Blue) = 20+4+105=129 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.50% from 129); Green value is 4 (1.95% from 255 or 3.10% from 129); Blue value is 105 (41.41% from 255 or 81.40% from 129); Max value from RGB is 105 - color contains mainly: blue. Hex color #140469 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140469 is #EBFB96. Grayscale: #131313. Windows color (decimal): -15465367 or 6882324. OLE color: 6882324.

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

Color convert

RGB 20 4 105 -
CMYK 0.81 0.96 0 0.59
HSL 249.5º 0.93% 0.21% -
HSV(B) 249.5º 0.96% 0.41% -
XYZ 2.88 1.26 13.46 -
YUV 20.3 175.8 127.79 -
System Red Green Blue C M Y K H S L
Decimal 20 4 105 0.81 0.96 0 0.59 249.5 0.93 0.21
Hex 14 4 69 51 60 0 3B FA 5D 15
Octal 24 4 151 121 140 0 73 372 135 25
Binary 10100 100 1101001 1010001 1100000 0 111011 11111010 1011101 10101

Color Harmonies of #140469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140469

Black with #140469

Text Example


Text Example

White with #140469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140469; }

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

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

background-color css

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

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

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

border-color css

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

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

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