Html Css Color HEX #140675 Midnight Blue

📋 copy color: '#140675'

red 20 ◦ green 6 ◦ blue 117

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

Shades of Midnight Blue #140675

Tints of Midnight Blue #140675

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.2%

 BLUE value IS 117 (46.09% from 255) = 81.82%

R = 13.99%
G = 4.2%
B = 81.82%

CMYK

 C value IS 0.83

 M value IS 0.95

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#140675 (or 0x140675) is known color: Midnight Blue. HEX triplet: 14, 06 and 75. RGB value is (20,6,117). Sum of RGB (Red+Green+Blue) = 20+6+117=143 (18% of max value = 765). Red value is 20 (8.20% from 255 or 13.99% from 143); Green value is 6 (2.73% from 255 or 4.20% from 143); Blue value is 117 (46.09% from 255 or 81.82% from 143); Max value from RGB is 117 - color contains mainly: blue. Hex color #140675 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140675 is #EBF98A. Grayscale: #161616. Windows color (decimal): -15464843 or 7669268. OLE color: 7669268.

HSL color Cylindrical-coordinate representation of color #140675: hue angle of 247.57º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #140675 is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 20 6 117 -
CMYK 0.83 0.95 0 0.54
HSL 247.57º 0.9% 0.24% -
HSV(B) 247.57º 0.95% 0.46% -
XYZ 3.56 1.56 16.94 -
YUV 22.84 181.14 125.97 -
System Red Green Blue C M Y K H S L
Decimal 20 6 117 0.83 0.95 0 0.54 247.57 0.9 0.24
Hex 14 6 75 53 5F 0 36 F8 5A 18
Octal 24 6 165 123 137 0 66 370 132 30
Binary 10100 110 1110101 1010011 1011111 0 110110 11111000 1011010 11000

Color Harmonies of #140675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140675

Black with #140675

Text Example


Text Example

White with #140675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140675; }

 p { color: rgb(20,6,117); }

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

background-color css

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

 a { background-color: rgb(20,6,117); }

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

border-color css

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

 span { border-color: rgb(20,6,117); }

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