Html Css Color HEX #142386 Midnight Blue

📋 copy color: '#142386'

red 20 ◦ green 35 ◦ blue 134

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

Shades of Midnight Blue #142386

Tints of Midnight Blue #142386

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.52%

 BLUE value IS 134 (52.73% from 255) = 70.9%

R = 10.58%
G = 18.52%
B = 70.9%

CMYK

 C value IS 0.85

 M value IS 0.74

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#142386 (or 0x142386) is known color: Midnight Blue. HEX triplet: 14, 23 and 86. RGB value is (20,35,134). Sum of RGB (Red+Green+Blue) = 20+35+134=189 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.58% from 189); Green value is 35 (14.06% from 255 or 18.52% from 189); Blue value is 134 (52.73% from 255 or 70.90% from 189); Max value from RGB is 134 - color contains mainly: blue. Hex color #142386 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142386 is #EBDC79. Grayscale: #292929. Windows color (decimal): -15457402 or 8790804. OLE color: 8790804.

HSL color Cylindrical-coordinate representation of color #142386: hue angle of 232.11º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #142386 is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 20 35 134 -
CMYK 0.85 0.74 0 0.47
HSL 232.11º 0.74% 0.3% -
HSV(B) 232.11º 0.85% 0.53% -
XYZ 5.19 3.07 22.87 -
YUV 41.8 180.03 112.45 -
System Red Green Blue C M Y K H S L
Decimal 20 35 134 0.85 0.74 0 0.47 232.11 0.74 0.3
Hex 14 23 86 55 4A 0 2F E8 4A 1E
Octal 24 43 206 125 112 0 57 350 112 36
Binary 10100 100011 10000110 1010101 1001010 0 101111 11101000 1001010 11110

Color Harmonies of #142386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142386

Black with #142386

Text Example


Text Example

White with #142386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142386; }

 p { color: rgb(20,35,134); }

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

background-color css

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

 a { background-color: rgb(20,35,134); }

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

border-color css

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

 span { border-color: rgb(20,35,134); }

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