Html Css Color HEX #140466 Midnight Blue

📋 copy color: '#140466'

red 20 ◦ green 4 ◦ blue 102

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

Shades of Midnight Blue #140466

Tints of Midnight Blue #140466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 80.95%

R = 15.87%
G = 3.17%
B = 80.95%

CMYK

 C value IS 0.80

 M value IS 0.96

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#140466 (or 0x140466) is known color: Midnight Blue. HEX triplet: 14, 04 and 66. RGB value is (20,4,102). Sum of RGB (Red+Green+Blue) = 20+4+102=126 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.87% from 126); Green value is 4 (1.95% from 255 or 3.17% from 126); Blue value is 102 (40.23% from 255 or 80.95% from 126); Max value from RGB is 102 - color contains mainly: blue. Hex color #140466 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140466 is #EBFB99. Grayscale: #131313. Windows color (decimal): -15465370 or 6685716. OLE color: 6685716.

HSL color Cylindrical-coordinate representation of color #140466: hue angle of 249.8º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #140466 is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 20 4 102 -
CMYK 0.80 0.96 0 0.6
HSL 249.8º 0.92% 0.21% -
HSV(B) 249.8º 0.96% 0.4% -
XYZ 2.73 1.19 12.66 -
YUV 19.96 174.3 128.03 -
System Red Green Blue C M Y K H S L
Decimal 20 4 102 0.80 0.96 0 0.6 249.8 0.92 0.21
Hex 14 4 66 50 60 0 3C FA 5C 15
Octal 24 4 146 120 140 0 74 372 134 25
Binary 10100 100 1100110 1010000 1100000 0 111100 11111010 1011100 10101

Color Harmonies of #140466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140466

Black with #140466

Text Example


Text Example

White with #140466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140466; }

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

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

background-color css

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

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

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

border-color css

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

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

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