Html Css Color HEX #140369 Midnight Blue

📋 copy color: '#140369'

red 20 ◦ green 3 ◦ blue 105

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

Shades of Midnight Blue #140369

Tints of Midnight Blue #140369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 82.03%

R = 15.63%
G = 2.34%
B = 82.03%

CMYK

 C value IS 0.81

 M value IS 0.97

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#140369 (or 0x140369) is known color: Midnight Blue. HEX triplet: 14, 03 and 69. RGB value is (20,3,105). Sum of RGB (Red+Green+Blue) = 20+3+105=128 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.62% from 128); Green value is 3 (1.56% from 255 or 2.34% from 128); Blue value is 105 (41.41% from 255 or 82.03% from 128); Max value from RGB is 105 - color contains mainly: blue. Hex color #140369 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140369 is #EBFC96. Grayscale: #131313. Windows color (decimal): -15465623 or 6882068. OLE color: 6882068.

HSL color Cylindrical-coordinate representation of color #140369: hue angle of 250º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #140369 is Cyan = 0.81, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 20 3 105 -
CMYK 0.81 0.97 0 0.59
HSL 250º 0.94% 0.21% -
HSV(B) 250º 0.97% 0.41% -
XYZ 2.87 1.23 13.45 -
YUV 19.71 176.13 128.21 -
System Red Green Blue C M Y K H S L
Decimal 20 3 105 0.81 0.97 0 0.59 250 0.94 0.21
Hex 14 3 69 51 61 0 3B FA 5E 15
Octal 24 3 151 121 141 0 73 372 136 25
Binary 10100 11 1101001 1010001 1100001 0 111011 11111010 1011110 10101

Color Harmonies of #140369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140369

Black with #140369

Text Example


Text Example

White with #140369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140369; }

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

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

background-color css

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

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

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

border-color css

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

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

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