Html Css Color HEX #140F62 Midnight Blue

📋 copy color: '#140F62'

red 20 ◦ green 15 ◦ blue 98

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

Shades of Midnight Blue #140F62

Tints of Midnight Blue #140F62

RGB

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

 GREEN value IS 15 (6.25% from 255) = 11.28%

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

R = 15.04%
G = 11.28%
B = 73.68%

CMYK

 C value IS 0.80

 M value IS 0.85

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#140F62 (or 0x140F62) is known color: Midnight Blue. HEX triplet: 14, 0F and 62. RGB value is (20,15,98). Sum of RGB (Red+Green+Blue) = 20+15+98=133 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.04% from 133); Green value is 15 (6.25% from 255 or 11.28% from 133); Blue value is 98 (38.67% from 255 or 73.68% from 133); Max value from RGB is 98 - color contains mainly: blue. Hex color #140F62 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140F62 is #EBF09D. Grayscale: #191919. Windows color (decimal): -15462558 or 6426388. OLE color: 6426388.

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

Color convert

RGB 20 15 98 -
CMYK 0.80 0.85 0 0.62
HSL 243.61º 0.73% 0.22% -
HSV(B) 243.61º 0.85% 0.38% -
XYZ 2.66 1.37 11.68 -
YUV 25.96 168.66 123.75 -
System Red Green Blue C M Y K H S L
Decimal 20 15 98 0.80 0.85 0 0.62 243.61 0.73 0.22
Hex 14 F 62 50 55 0 3E F4 49 16
Octal 24 17 142 120 125 0 76 364 111 26
Binary 10100 1111 1100010 1010000 1010101 0 111110 11110100 1001001 10110

Color Harmonies of #140F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140F62

Black with #140F62

Text Example


Text Example

White with #140F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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