Html Css Color HEX #140366 Midnight Blue

📋 copy color: '#140366'

red 20 ◦ green 3 ◦ blue 102

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

Shades of Midnight Blue #140366

Tints of Midnight Blue #140366

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.4%

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

R = 16%
G = 2.4%
B = 81.6%

CMYK

 C value IS 0.80

 M value IS 0.97

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#140366 (or 0x140366) is known color: Midnight Blue. HEX triplet: 14, 03 and 66. RGB value is (20,3,102). Sum of RGB (Red+Green+Blue) = 20+3+102=125 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16% from 125); Green value is 3 (1.56% from 255 or 2.4% from 125); Blue value is 102 (40.23% from 255 or 81.6% from 125); Max value from RGB is 102 - color contains mainly: blue. Hex color #140366 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140366 is #EBFC99. Grayscale: #121212. Windows color (decimal): -15465626 or 6685460. OLE color: 6685460.

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

Color convert

RGB 20 3 102 -
CMYK 0.80 0.97 0 0.6
HSL 250.3º 0.94% 0.21% -
HSV(B) 250.3º 0.97% 0.4% -
XYZ 2.72 1.17 12.65 -
YUV 19.37 174.63 128.45 -
System Red Green Blue C M Y K H S L
Decimal 20 3 102 0.80 0.97 0 0.6 250.3 0.94 0.21
Hex 14 3 66 50 61 0 3C FA 5E 15
Octal 24 3 146 120 141 0 74 372 136 25
Binary 10100 11 1100110 1010000 1100001 0 111100 11111010 1011110 10101

Color Harmonies of #140366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140366

Black with #140366

Text Example


Text Example

White with #140366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140366; }

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

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

background-color css

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

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

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

border-color css

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

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

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