Html Css Color HEX #140B63 Midnight Blue

📋 copy color: '#140B63'

red 20 ◦ green 11 ◦ blue 99

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

Shades of Midnight Blue #140B63

Tints of Midnight Blue #140B63

RGB

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

 GREEN value IS 11 (4.69% from 255) = 8.46%

 BLUE value IS 99 (39.06% from 255) = 76.15%

R = 15.38%
G = 8.46%
B = 76.15%

CMYK

 C value IS 0.80

 M value IS 0.89

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#140B63 (or 0x140B63) is known color: Midnight Blue. HEX triplet: 14, 0B and 63. RGB value is (20,11,99). Sum of RGB (Red+Green+Blue) = 20+11+99=130 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.38% from 130); Green value is 11 (4.69% from 255 or 8.46% from 130); Blue value is 99 (39.06% from 255 or 76.15% from 130); Max value from RGB is 99 - color contains mainly: blue. Hex color #140B63 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140B63 is #EBF49C. Grayscale: #171717. Windows color (decimal): -15463581 or 6490900. OLE color: 6490900.

HSL color Cylindrical-coordinate representation of color #140B63: hue angle of 246.14º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #140B63 is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 20 11 99 -
CMYK 0.80 0.89 0 0.61
HSL 246.14º 0.8% 0.22% -
HSV(B) 246.14º 0.89% 0.39% -
XYZ 2.66 1.29 11.91 -
YUV 23.72 170.48 125.34 -
System Red Green Blue C M Y K H S L
Decimal 20 11 99 0.80 0.89 0 0.61 246.14 0.8 0.22
Hex 14 B 63 50 59 0 3D F6 50 16
Octal 24 13 143 120 131 0 75 366 120 26
Binary 10100 1011 1100011 1010000 1011001 0 111101 11110110 1010000 10110

Color Harmonies of #140B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140B63

Black with #140B63

Text Example


Text Example

White with #140B63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140B63; }

 p { color: rgb(20,11,99); }

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

background-color css

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

 a { background-color: rgb(20,11,99); }

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

border-color css

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

 span { border-color: rgb(20,11,99); }

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