Html Css Color HEX #142B50 Midnight

📋 copy color: '#142B50'

red 20 ◦ green 43 ◦ blue 80

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

Shades of Midnight #142B50

Tints of Midnight #142B50

RGB

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

 GREEN value IS 43 (17.19% from 255) = 30.07%

 BLUE value IS 80 (31.64% from 255) = 55.94%

R = 13.99%
G = 30.07%
B = 55.94%

CMYK

 C value IS 0.75

 M value IS 0.46

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#142B50 (or 0x142B50) is known color: Midnight. HEX triplet: 14, 2B and 50. RGB value is (20,43,80). Sum of RGB (Red+Green+Blue) = 20+43+80=143 (18% of max value = 765). Red value is 20 (8.20% from 255 or 13.99% from 143); Green value is 43 (17.19% from 255 or 30.07% from 143); Blue value is 80 (31.64% from 255 or 55.94% from 143); Max value from RGB is 80 - color contains mainly: blue. Hex color #142B50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142B50 is #EBD4AF. Grayscale: #282828. Windows color (decimal): -15455408 or 5253908. OLE color: 5253908.

HSL color Cylindrical-coordinate representation of color #142B50: hue angle of 217º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #142B50 is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 20 43 80 -
CMYK 0.75 0.46 0 0.69
HSL 217º 0.6% 0.2% -
HSV(B) 217º 0.75% 0.31% -
XYZ 2.6 2.46 7.93 -
YUV 40.34 150.38 113.49 -
System Red Green Blue C M Y K H S L
Decimal 20 43 80 0.75 0.46 0 0.69 217 0.6 0.2
Hex 14 2B 50 4B 2E 0 45 D9 3C 14
Octal 24 53 120 113 56 0 105 331 74 24
Binary 10100 101011 1010000 1001011 101110 0 1000101 11011001 111100 10100

Color Harmonies of #142B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142B50

Black with #142B50

Text Example


Text Example

White with #142B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142B50; }

 p { color: rgb(20,43,80); }

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

background-color css

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

 a { background-color: rgb(20,43,80); }

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

border-color css

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

 span { border-color: rgb(20,43,80); }

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