Html Css Color HEX #142679 Midnight Blue

📋 copy color: '#142679'

red 20 ◦ green 38 ◦ blue 121

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

Shades of Midnight Blue #142679

Tints of Midnight Blue #142679

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.23%

 BLUE value IS 121 (47.66% from 255) = 67.6%

R = 11.17%
G = 21.23%
B = 67.6%

CMYK

 C value IS 0.83

 M value IS 0.69

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#142679 (or 0x142679) is known color: Midnight Blue. HEX triplet: 14, 26 and 79. RGB value is (20,38,121). Sum of RGB (Red+Green+Blue) = 20+38+121=179 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.17% from 179); Green value is 38 (15.23% from 255 or 21.23% from 179); Blue value is 121 (47.66% from 255 or 67.60% from 179); Max value from RGB is 121 - color contains mainly: blue. Hex color #142679 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142679 is #EBD986. Grayscale: #292929. Windows color (decimal): -15456647 or 7939604. OLE color: 7939604.

HSL color Cylindrical-coordinate representation of color #142679: hue angle of 229.31º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #142679 is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 20 38 121 -
CMYK 0.83 0.69 0 0.53
HSL 229.31º 0.72% 0.28% -
HSV(B) 229.31º 0.83% 0.47% -
XYZ 4.43 2.92 18.42 -
YUV 42.08 172.54 112.25 -
System Red Green Blue C M Y K H S L
Decimal 20 38 121 0.83 0.69 0 0.53 229.31 0.72 0.28
Hex 14 26 79 53 45 0 35 E5 48 1C
Octal 24 46 171 123 105 0 65 345 110 34
Binary 10100 100110 1111001 1010011 1000101 0 110101 11100101 1001000 11100

Color Harmonies of #142679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142679

Black with #142679

Text Example


Text Example

White with #142679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142679; }

 p { color: rgb(20,38,121); }

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

background-color css

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

 a { background-color: rgb(20,38,121); }

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

border-color css

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

 span { border-color: rgb(20,38,121); }

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