Html Css Color HEX #140A75 Midnight Blue

📋 copy color: '#140A75'

red 20 ◦ green 10 ◦ blue 117

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

Shades of Midnight Blue #140A75

Tints of Midnight Blue #140A75

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.8%

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

R = 13.61%
G = 6.8%
B = 79.59%

CMYK

 C value IS 0.83

 M value IS 0.91

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#140A75 (or 0x140A75) is known color: Midnight Blue. HEX triplet: 14, 0A and 75. RGB value is (20,10,117). Sum of RGB (Red+Green+Blue) = 20+10+117=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 10 (4.30% from 255 or 6.80% from 147); Blue value is 117 (46.09% from 255 or 79.59% from 147); Max value from RGB is 117 - color contains mainly: blue. Hex color #140A75 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140A75 is #EBF58A. Grayscale: #181818. Windows color (decimal): -15463819 or 7670292. OLE color: 7670292.

HSL color Cylindrical-coordinate representation of color #140A75: hue angle of 245.61º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #140A75 is Cyan = 0.83, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 20 10 117 -
CMYK 0.83 0.91 0 0.54
HSL 245.61º 0.84% 0.25% -
HSV(B) 245.61º 0.91% 0.46% -
XYZ 3.61 1.65 16.96 -
YUV 25.19 179.81 124.3 -
System Red Green Blue C M Y K H S L
Decimal 20 10 117 0.83 0.91 0 0.54 245.61 0.84 0.25
Hex 14 A 75 53 5B 0 36 F6 54 19
Octal 24 12 165 123 133 0 66 366 124 31
Binary 10100 1010 1110101 1010011 1011011 0 110110 11110110 1010100 11001

Color Harmonies of #140A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140A75

Black with #140A75

Text Example


Text Example

White with #140A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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