Html Css Color HEX #140862 Midnight Blue

📋 copy color: '#140862'

red 20 ◦ green 8 ◦ blue 98

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

Shades of Midnight Blue #140862

Tints of Midnight Blue #140862

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.35%

 BLUE value IS 98 (38.67% from 255) = 77.78%

R = 15.87%
G = 6.35%
B = 77.78%

CMYK

 C value IS 0.80

 M value IS 0.92

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#140862 (or 0x140862) is known color: Midnight Blue. HEX triplet: 14, 08 and 62. RGB value is (20,8,98). Sum of RGB (Red+Green+Blue) = 20+8+98=126 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.87% from 126); Green value is 8 (3.52% from 255 or 6.35% from 126); Blue value is 98 (38.67% from 255 or 77.78% from 126); Max value from RGB is 98 - color contains mainly: blue. Hex color #140862 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140862 is #EBF79D. Grayscale: #151515. Windows color (decimal): -15464350 or 6424596. OLE color: 6424596.

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

Color convert

RGB 20 8 98 -
CMYK 0.80 0.92 0 0.62
HSL 248º 0.85% 0.21% -
HSV(B) 248º 0.92% 0.38% -
XYZ 2.58 1.2 11.65 -
YUV 21.85 170.98 126.68 -
System Red Green Blue C M Y K H S L
Decimal 20 8 98 0.80 0.92 0 0.62 248 0.85 0.21
Hex 14 8 62 50 5C 0 3E F8 55 15
Octal 24 10 142 120 134 0 76 370 125 25
Binary 10100 1000 1100010 1010000 1011100 0 111110 11111000 1010101 10101

Color Harmonies of #140862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140862

Black with #140862

Text Example


Text Example

White with #140862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140862; }

 p { color: rgb(20,8,98); }

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

background-color css

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

 a { background-color: rgb(20,8,98); }

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

border-color css

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

 span { border-color: rgb(20,8,98); }

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