Html Css Color HEX #140362 Midnight Blue

📋 copy color: '#140362'

red 20 ◦ green 3 ◦ blue 98

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

Shades of Midnight Blue #140362

Tints of Midnight Blue #140362

RGB

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

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

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

R = 16.53%
G = 2.48%
B = 80.99%

CMYK

 C value IS 0.80

 M value IS 0.97

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#140362 (or 0x140362) is known color: Midnight Blue. HEX triplet: 14, 03 and 62. RGB value is (20,3,98). Sum of RGB (Red+Green+Blue) = 20+3+98=121 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.53% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 98 (38.67% from 255 or 80.99% from 121); Max value from RGB is 98 - color contains mainly: blue. Hex color #140362 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140362 is #EBFC9D. Grayscale: #121212. Windows color (decimal): -15465630 or 6423316. OLE color: 6423316.

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

Color convert

RGB 20 3 98 -
CMYK 0.80 0.97 0 0.62
HSL 250.74º 0.94% 0.2% -
HSV(B) 250.74º 0.97% 0.38% -
XYZ 2.53 1.1 11.63 -
YUV 18.91 172.63 128.78 -
System Red Green Blue C M Y K H S L
Decimal 20 3 98 0.80 0.97 0 0.62 250.74 0.94 0.2
Hex 14 3 62 50 61 0 3E FB 5E 14
Octal 24 3 142 120 141 0 76 373 136 24
Binary 10100 11 1100010 1010000 1100001 0 111110 11111011 1011110 10100

Color Harmonies of #140362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140362

Black with #140362

Text Example


Text Example

White with #140362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140362; }

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

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

background-color css

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

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

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

border-color css

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

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

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