Html Css Color HEX #140C62 Midnight Blue

📋 copy color: '#140C62'

red 20 ◦ green 12 ◦ blue 98

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

Shades of Midnight Blue #140C62

Tints of Midnight Blue #140C62

RGB

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

 GREEN value IS 12 (5.08% from 255) = 9.23%

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

R = 15.38%
G = 9.23%
B = 75.38%

CMYK

 C value IS 0.80

 M value IS 0.88

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#140C62 (or 0x140C62) is known color: Midnight Blue. HEX triplet: 14, 0C and 62. RGB value is (20,12,98). Sum of RGB (Red+Green+Blue) = 20+12+98=130 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.38% from 130); Green value is 12 (5.08% from 255 or 9.23% from 130); Blue value is 98 (38.67% from 255 or 75.38% from 130); Max value from RGB is 98 - color contains mainly: blue. Hex color #140C62 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140C62 is #EBF39D. Grayscale: #171717. Windows color (decimal): -15463326 or 6425620. OLE color: 6425620.

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

Color convert

RGB 20 12 98 -
CMYK 0.80 0.88 0 0.62
HSL 245.58º 0.78% 0.22% -
HSV(B) 245.58º 0.88% 0.38% -
XYZ 2.62 1.29 11.67 -
YUV 24.2 169.65 125.01 -
System Red Green Blue C M Y K H S L
Decimal 20 12 98 0.80 0.88 0 0.62 245.58 0.78 0.22
Hex 14 C 62 50 58 0 3E F6 4E 16
Octal 24 14 142 120 130 0 76 366 116 26
Binary 10100 1100 1100010 1010000 1011000 0 111110 11110110 1001110 10110

Color Harmonies of #140C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140C62

Black with #140C62

Text Example


Text Example

White with #140C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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